summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)