diff --git a/.config/doom/config.el b/.config/doom/config.el index 192e74a..7ebf893 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -384,9 +384,9 @@ Version 2019-11-04 2021-02-16" (use-package! org-journal ;; Prompt after idleness - Focused? ETC? (Pragmatic Programmer) :init - (setq org-journal-file-type 'weekly + (setq org-journal-file-type 'monthly org-journal-file-format "%Y%m%d.org" - org-journal-created-property-timestamp-format "[%Y-%m-%d]" + org-journal-created-property-timestamp-format time-stamp-format org-journal-carryover-delete-empty-journal 'always ) :config diff --git a/.config/doom/init.el b/.config/doom/init.el index 01a2d68..1762bce 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -146,7 +146,7 @@ nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel (org +pretty +dragndrop +journal +roam2 +pomodoro +noter +present +pandoc) ; organize your plain life in plain text - ;;php ; perl's insecure younger brother + php ; perl's insecure younger brother plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional ;;python ; beautiful is better than ugly