emacs-configuration: Correct typo and adjust a comment

* user-config/emacs/.emacs.d/config.org: use-package :hooks must take alists
This commit is contained in:
Collin J. Doering 2024-04-18 12:26:18 -04:00
parent 73142ca1b3
commit 45617d0b4f
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -2018,7 +2018,7 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
(org-expiry-insinuate)
(setq org-expiry-inactive-timestamps t))
:after org
:hook ((org-capture-mode-hook org-expiry-insert-created)))
:hook ((org-capture-mode-hook . org-expiry-insert-created)))
#+end_src
#+begin_src emacs-lisp
@ -2309,7 +2309,7 @@ via the customize variable ~org-roam-encrypt-files~.
:todo "WAIT")
(:auto-category t))
; This will be supported in 1.3:
; This was supposed to be supported in 1.3; but was push to a unspecified future release
; :org-super-agenda-hide-empty-groups
org-agenda-custom-commands (append
org-agenda-custom-commands