summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-01-13 17:22:50 +0800
committernoa2025-01-13 17:22:50 +0800
commitfc9af6fb14493b502e882da28a4de90dbebcd476 (patch)
treede8cf0228ebccedc31a493ef53af1f9269870124
parentfa59a185b699a615de10eaeb1452ddfe51d3a748 (diff)
More disabling invasive org bindings
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6c3ea67..db16ece 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -777,6 +777,7 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
   :custom
   (org-agenda-files '("~/Documents/Notes.org"))
   (org-replace-disputed-keys t)
+  (org-support-shift-select 'always) ;; Still refuses to fix on timestamps :/
   (org-log-done 'time)
   (org-pretty-entities t)
   (org-hide-emphasis-markers t)