1
0
Fork 0

[oni-org] Enable Special C-k

See the documentation of ‘org-special-ctrl-k’ for what it does
This commit is contained in:
Tom Willemse 2022-11-13 17:00:05 -08:00
parent 8329141c43
commit aac81cc7a8

View file

@ -393,6 +393,10 @@ _di_: Add inlineimages STARTUP
(setq org-use-fast-todo-selection t)
(setq org-use-sub-superscripts '{})
;; Discovered through
;; https://github.com/novoid/dot-emacs/blob/23c28944f1991c636ea71ec7d5c3d266e6dbeb8a/config.org#general-org-mode-settings
(setq org-special-ctrl-k t)
;; Generally, for state updates and such, I like to have all of the notes added
;; into the logbook, but when I want to add a note manually I definitely want it
;; to show up easily seen in the buffer.