diff options
-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 |