Remove org-crypt; use org-superstar

This commit is contained in:
contrapunctus 2022-02-21 21:53:39 +05:30
parent d966e0868f
commit 1a94e00712
1 changed files with 3 additions and 4 deletions

View File

@ -3915,11 +3915,10 @@ preceded by another heading) and after headings."
)
#+END_SRC
*** org-crypt
*** org-superstar
#+BEGIN_SRC emacs-lisp
(use-package org-crypt
:after org
:config (org-crypt-use-before-save-magic))
(use-package org-superstar
:hook (org-mode . org-superstar-mode))
#+END_SRC
** markdown-mode :editing: