[oni-org] Enable Special C-k
See the documentation of ‘org-special-ctrl-k’ for what it does
This commit is contained in:
parent
8329141c43
commit
aac81cc7a8
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue