diff options
author | Raul Benencia <rul@kalgan.cc> | 2023-01-25 12:44:33 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2023-01-25 12:44:38 -0800 |
commit | 38907744fa460f78528cc3fbe1d0532286c1ceec (patch) | |
tree | 3a785e998b8b48105403a139b5d6fccc757088c5 /.emacs.local.d/modes | |
parent | d459cb733ee1fd9a6b51e83056959768cc2e14f6 (diff) |
emacs: integrate journal with agenda
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/org-journal.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/org-journal.el b/.emacs.local.d/modes/org-journal.el index e236249..5bc2671 100644 --- a/.emacs.local.d/modes/org-journal.el +++ b/.emacs.local.d/modes/org-journal.el @@ -4,6 +4,7 @@ ;; Change default prefix key; needs to be set before loading org-journal (setq org-journal-prefix-key "C-c j ") (setq org-journal-file-format my-org-journal-file-format) + (setq org-journal-enable-agenda-integration t) :config (setq org-journal-dir my-org-journal-dir org-journal-file-type my-org-journal-file-type |