Try inhibiting org-super-agenda init messages

This commit is contained in:
TEC 2022-09-13 18:26:11 +08:00
parent 4eb76b819e
commit 762ef7214d
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -6339,7 +6339,8 @@ The agenda is nice, but a souped up version is nicer.
#+begin_src emacs-lisp
(after! org-agenda
(org-super-agenda-mode))
(let ((inhibit-message t))
(org-super-agenda-mode)))
(setq org-agenda-skip-scheduled-if-done t
org-agenda-skip-deadline-if-done t