disable annoying message
This commit is contained in:
parent
50c8e90057
commit
7c99914c31
2
conf.org
2
conf.org
|
@ -2175,7 +2175,7 @@ earlier ones."
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-super-agenda
|
(use-package org-super-agenda
|
||||||
:straight t
|
:straight t
|
||||||
:config (org-super-agenda-mode))
|
:config (let ((inhibit-message t)) (org-super-agenda-mode)))
|
||||||
|
|
||||||
(use-package origami
|
(use-package origami
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Reference in New Issue