summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-10 19:42:08 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-10 19:42:08 +0100
commit64e5c8a3e0438c78bead97f3125a4582b21b9927 (patch)
tree223ded5a2758f15015dd4579a88594e34e3d3d57
parentef2573ac6e5702e3c9ee471be2e0c318340b779a (diff)
Fix incorrect variable name
-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")