diff options
author | jao <jao@gnu.org> | 2021-10-29 04:41:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-29 04:41:27 +0100 |
commit | 12e08cd8deee703d7b0ac59f78d8322bed0b30bf (patch) | |
tree | ddf9286d2fc5a474a86097ad8b0aa2285d849221 | |
parent | ba7ba17a853e69a80b5dcb1018db4c8d6c70c389 (diff) | |
download | elibs-12e08cd8deee703d7b0ac59f78d8322bed0b30bf.tar.gz elibs-12e08cd8deee703d7b0ac59f78d8322bed0b30bf.tar.bz2 |
recover org indentation behaviour (org-adapt-indentation)
-rw-r--r-- | org.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ (use-package org :ensure t :init - (setq org-catch-invisible-edits 'smart + (setq org-adapt-indentation t + org-catch-invisible-edits 'smart org-complete-tags-always-offer-all-agenda-tags t org-cycle-separator-lines 0 ;; no blank lines when all colapsed org-deadline-warning-days 14 |