diff options
author | noa | 2025-01-13 17:22:50 +0800 |
---|---|---|
committer | noa | 2025-01-13 17:22:50 +0800 |
commit | fc9af6fb14493b502e882da28a4de90dbebcd476 (patch) | |
tree | de8cf0228ebccedc31a493ef53af1f9269870124 /emacs/init.el | |
parent | fa59a185b699a615de10eaeb1452ddfe51d3a748 (diff) |
More disabling invasive org bindings
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
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) |