Emacs: Add org-agenda to autoload commands.
This commit is contained in:
parent
d887722faa
commit
1bb4ccc359
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user