aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-13 17:00:05 -0800
committerGravatar Tom Willemse2022-11-13 17:00:05 -0800
commitaac81cc7a8c7e8c0565e812f0eb39593630b086f (patch)
tree2fc068837996b4366195c2d2a38aeae5594154b5
parent8329141c438f901284a0f62d16a00c1addc9432a (diff)
downloademacs-config-aac81cc7a8c7e8c0565e812f0eb39593630b086f.tar.gz
emacs-config-aac81cc7a8c7e8c0565e812f0eb39593630b086f.zip
[oni-org] Enable Special C-k
See the documentation of ‘org-special-ctrl-k’ for what it does
-rw-r--r--oni-org/oni-org.el4
1 files changed, 4 insertions, 0 deletions
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.