summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-17 16:52:26 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-17 16:52:26 +0100
commite2ebda7b089c03cfe9c46cc4a2dfb96f8355b35c (patch)
treeb0fc9e57864881338a59f166ba33b8d1099eefd9
parent32ffd5aa35002fd978e01e33675efae4e0e37e44 (diff)
Increase habit width
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index b97e881..15054d4 100644
--- a/init.el
+++ b/init.el
@@ -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")