summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/km-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/km-org.el b/init/km-org.el
index a9f7564..3244c64 100644
--- a/init/km-org.el
+++ b/init/km-org.el
@@ -8,6 +8,7 @@
(setq org-catch-invisible-edits 'error)
(setq org-goto-interface 'outline-path-completion)
(setq org-src-fontify-natively t)
+(setq org-special-ctrl-k t)
(setq org-capture-templates
'(("t" "task" entry (file+headline "~/notes/tasks.org" "Inbox")