Emacs: Add org-agenda to autoload commands.

This commit is contained in:
tastytea 2020-10-05 18:40:36 +02:00
parent d887722faa
commit 1bb4ccc359
1 changed files with 2 additions and 2 deletions

View File

@ -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")