diff --git a/emacs.org b/emacs.org index f4ce013..f4cd412 100644 --- a/emacs.org +++ b/emacs.org @@ -994,16 +994,14 @@ Validate that this installs from scratch fine, blocking babel executions is ass. **** TODO org-habit customization :testing: -Figure out the customization needed here. +Figure out the customization needed here. Note that org-habit isn't a feature we can use-package against. #+BEGIN_SRC emacs-lisp -(use-package org-habit - :after org - :ensure t - :custom - (org-habit-graph-column 44) - (org-habit-preceding-days 31) - (org-habit-following-days 7)) +(add-to-list 'org-modules 'org-habit) +(custom-set-variables + '(org-habit-graph-column 44) + '(org-habit-preceding-days 31) + '(org-habit-following-days 7)) #+END_SRC **** TODO org-bullets review if alternative is worth it :validation: