Commit 589f206e8843

Vincent Demeester <vincent@sbr.pm>
2019-03-16 15:13:16
setup-org: org-habit graph column to 80
That way I should see the whole text Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 39a8195
Changed files (1)
lisp/setup-org.el
@@ -67,6 +67,7 @@
                                      (plain-list-item . nil)))
 
   (setq org-habit-show-habits-only-for-today nil)
+  (setq org-habit-graph-column 80)
   (setq org-agenda-files (list org-default-projects-dir))
   (setq org-agenda-file-regexp "^[a-z0-9-_]+.org")