Not only add org-appear but also load it with org

Sounds quite smart, doesn't it...
This commit is contained in:
Marcel Kapfer 2022-02-15 19:26:18 +01:00
parent 659caa7d36
commit df09e9d369
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -904,7 +904,8 @@ Toggle visibility of hidden Org mode element parts upon entering and leaving an
#+begin_src emacs-lisp
(use-package org-appear
:after org)
:after org
:hook (org-mode . org-appear-mode))
#+end_src
** LaTeX-related settings