From 1bb4ccc359186aaf626424cdaafbca41500496ad Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Oct 2020 18:40:36 +0200 Subject: [PATCH] Emacs: Add org-agenda to autoload commands. --- init.d/text/misc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")