From 2fe716af2b4aa31b18c0c8dc67da2a8c9bb205e5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 11 Jul 2025 12:39:40 +0100 Subject: Add org habit settings --- emacs-config.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit