From 90b0da4820632a040975ce825c69322e7d7d0d7f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 5 Nov 2024 11:52:13 +1100 Subject: [emacs][gdb] minor changes * emacs/.emacs.d/init/ycp-org.el: disable read-only in org edit special buffer * emacs/.emacs.d/lisp/my/my-org.el: ^ * misc/.gdbinit: a break-and-continue convenience function --- emacs/.emacs.d/init/ycp-org.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 430335a..eb5a63d 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -498,6 +498,7 @@ (advice-add 'org-insert-structure-template :after 'my-org-edit-special) (advice-add 'org-edit-src-exit :before 'my-org-edit-src-before-exit) (advice-add 'org-edit-src-exit :after 'my-org-edit-src-after-exit) + (advice-add 'org-edit-special :after 'my-org-edit-special-after) (my-setq-from-local my-org-task-categories)) (my-package my-org -- cgit v1.2.3