diff options
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 | 
