From aac81cc7a8c7e8c0565e812f0eb39593630b086f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 13 Nov 2022 17:00:05 -0800 Subject: [oni-org] Enable Special C-k See the documentation of ‘org-special-ctrl-k’ for what it does --- oni-org/oni-org.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index f5c883a..05f924a 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -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. -- cgit v1.2.3-54-g00ecf