Always show done org habits as green in the consistency graph

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:36 +00:00
parent 31f8aedbd9
commit 06416512ff

View File

@ -484,6 +484,15 @@
(setq org-habit-graph-column 42)
#+end_src
Also it displays days that you did a habit in red if the habit was
overdue on that day, which makes a sort of sense, but always
showing days you did things in green makes more sense to me. The
variable [[help:org-habit-show-done-always-green][org-habit-show-done-always-green]] controls this.
#+begin_src emacs-lisp
(setq org-habit-show-done-always-green t)
#+end_src
* Language Integrations
** Generic
Generally, 8-character-wide tabs are not my thing.