Disable fancy UTF8 stars in org-mode
This commit is contained in:
parent
eb24aeb1d2
commit
72de3c63f7
|
@ -307,3 +307,9 @@ one. Taken from [[https://github.com/hlissner/doom-emacs/tree/develop/modules/la
|
||||||
(after! evil-org
|
(after! evil-org
|
||||||
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
(remove-hook 'org-tab-first-hook #'+org-cycle-only-current-subtree-h))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Disable fancy stars:
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(remove-hook 'org-mode-hook #'org-superstar-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue