config/doom: mounthly org-journal
This commit is contained in:
parent
7741fa0a41
commit
0c36b14bbd
|
@ -384,9 +384,9 @@ Version 2019-11-04 2021-02-16"
|
||||||
(use-package! org-journal
|
(use-package! org-journal
|
||||||
;; Prompt after idleness - Focused? ETC? (Pragmatic Programmer)
|
;; Prompt after idleness - Focused? ETC? (Pragmatic Programmer)
|
||||||
:init
|
:init
|
||||||
(setq org-journal-file-type 'weekly
|
(setq org-journal-file-type 'monthly
|
||||||
org-journal-file-format "%Y%m%d.org"
|
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
|
org-journal-carryover-delete-empty-journal 'always
|
||||||
)
|
)
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org +pretty +dragndrop +journal +roam2 +pomodoro +noter +present +pandoc) ; organize your plain life in plain text
|
(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
|
plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
;;python ; beautiful is better than ugly
|
;;python ; beautiful is better than ugly
|
||||||
|
|
Loading…
Reference in New Issue