summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 221ecc5..38823ca 100644
--- a/init.el
+++ b/init.el
@@ -1450,7 +1450,7 @@ If failed try to complete the common part with `company-complete-common'"
(setq org-log-done-with-time 'note)
(setq diary-file "~/Documents/org/diary")
(setq org-reverse-note-order t)
- (setq +org-habit-min-width 55)
+ (setq org-habit-min-width 55)
(setq org-habit-show-habits t)
(setq org-habit-show-habits-only-for-today nil)
(setq org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %25TIMESTAMP_IA")