Setq org-superstar stuff after doom's :custom stuff

This commit is contained in:
tecosaur 2020-04-17 20:32:41 +08:00
parent ad87abf383
commit fd3bb2170d

View file

@ -1527,11 +1527,13 @@ I've also added some fun alternatives, just commented out.
("emacs" . "ɛ")))
(org-pretty-tags-global-mode)))
(after! org-superstar
(setq org-superstar-headline-bullets-list '("◉" "○" "✸" "✿" "✤" "✜" "◆" "▶")
;; org-superstar-headline-bullets-list '("" "Ⅱ" "Ⅲ" "Ⅳ" "" "Ⅵ" "Ⅶ" "Ⅷ" "Ⅸ" "")
org-superstar-prettify-item-bullets t ))
(after! org
(setq org-ellipsis " ▾ "
org-superstar-headline-bullets-list '("◉" "○" "✸" "✿" "✤" "✜" "◆" "▶")
;; org-superstar-headline-bullets-list '("" "Ⅱ" "Ⅲ" "Ⅳ" "" "Ⅵ" "Ⅶ" "Ⅷ" "Ⅸ" "")
org-superstar-prettify-item-bullets t
org-fancy-priorities-list '((?A . "⚑") ;; ASAP
(?B . "⬆") ;; High
(?C . "■") ;; Medium