[Emacs] Remove org-superstar in favor of org-modern
This commit is contained in:
parent
9c2f4a5907
commit
054513273e
@ -5734,25 +5734,16 @@ just the generated image!
|
|||||||
:hook (org-mode . org-fragtog-mode))
|
:hook (org-mode . org-fragtog-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Tired of seeing lots of actual stars ~*~ in your headers, and you want a
|
Org-modern modernizes a bit the appearance of org buffers, including
|
||||||
fancier remplacement? Or you are still using ~org-bullets~ but just
|
tables, source blocks, and tags,, and it applies settings similar to
|
||||||
found out how out-of-date and abandoned it is? (Last commit was on
|
~org-superstar~ which I used to use.
|
||||||
September 18th, 2014… damn…) Search no more, ~org-superstar~ will take
|
|
||||||
care of that for you!
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-superstar
|
(use-package org-modern
|
||||||
:after org
|
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:hook (org-mode . org-superstar-mode)
|
:after org
|
||||||
:config
|
:defer t
|
||||||
(setq org-superstar-leading-bullet ?\s
|
:hook (org-mode . org-modern-mode)
|
||||||
org-superstar-leading-fallback ?\s
|
:hook (org-agenda-finalize . org-modern-agenda))
|
||||||
org-hide-leading-stars nil
|
|
||||||
org-superstar-todo-bullet-alist
|
|
||||||
'(("TODO" . 9744)
|
|
||||||
("[ ]" . 9744)
|
|
||||||
("DONE" . 9745)
|
|
||||||
("[X]" . 9745))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
~org-fancy-priorities~ change the priority of an org element such as ~#A~
|
~org-fancy-priorities~ change the priority of an org element such as ~#A~
|
||||||
|
Loading…
Reference in New Issue
Block a user