diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-10 19:42:08 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-10 19:42:08 +0100 |
commit | 64e5c8a3e0438c78bead97f3125a4582b21b9927 (patch) | |
tree | 223ded5a2758f15015dd4579a88594e34e3d3d57 | |
parent | ef2573ac6e5702e3c9ee471be2e0c318340b779a (diff) |
Fix incorrect variable name
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |