diff --git a/init.d/text/misc.el b/init.d/text/misc.el index a1d0d61..f453af6 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-10-05T18:35:33+0200> +;; Time-stamp: <2020-10-05T18:40:27+0200> ;;; Commentary: @@ -108,7 +108,7 @@ :straight nil ; Use built-in version. :defer 4 :defines (org-default-notes-file) - :commands (org-mode) + :commands (org-mode org-agenda) :custom ((org-default-notes-file "~/notes.org") (org-startup-folded nil) (org-latex-compiler "xelatex")