From 64e5c8a3e0438c78bead97f3125a4582b21b9927 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 10 Jul 2024 19:42:08 +0100 Subject: Fix incorrect variable name --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3