diff options
| -rw-r--r-- | emacs-config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 6249920..0af7cd6 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -621,6 +621,14 @@ Add =doc= LaTeX class. ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))) #+end_src +*** Org Habit +#+begin_src elisp + (with-eval-after-load "org-habit" + (setq-default + org-habit-today-glyph ?T + org-habit-completed-glyph ?+)) +#+end_src + ** Error Checking Enable flymake for programming modes. #+begin_src elisp |
