Disable fancy UTF8 stars in org-mode
This commit is contained in:
parent
eb24aeb1d2
commit
72de3c63f7
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue