Emacs: ensure that org-journal is installed
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -684,6 +684,7 @@ (if (looking-at (concat " +" org-todo-regexp "\\( +\\|[ \t]*$\\)")) (org-todo "STARTED"))))))) (use-package org-journal + :ensure t :config (progn (setq org-journal-date-format "%A, %d %B %Y")))