summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
Diffstat (limited to 'org.org')
-rw-r--r--org.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.org b/org.org
index b4fe511..34d68e4 100644
--- a/org.org
+++ b/org.org
@@ -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