Not only add org-appear but also load it with org
Sounds quite smart, doesn't it...
This commit is contained in:
parent
659caa7d36
commit
df09e9d369
1 changed files with 2 additions and 1 deletions
|
@ -904,7 +904,8 @@ Toggle visibility of hidden Org mode element parts upon entering and leaving an
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-appear
|
(use-package org-appear
|
||||||
:after org)
|
:after org
|
||||||
|
:hook (org-mode . org-appear-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** LaTeX-related settings
|
** LaTeX-related settings
|
||||||
|
|
Loading…
Reference in a new issue