diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-17 16:52:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-17 16:52:26 +0100 |
commit | e2ebda7b089c03cfe9c46cc4a2dfb96f8355b35c (patch) | |
tree | b0fc9e57864881338a59f166ba33b8d1099eefd9 | |
parent | 32ffd5aa35002fd978e01e33675efae4e0e37e44 (diff) |
Increase habit width
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1324,7 +1324,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 45) + (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") |