fix: org-superstar heading bullets unchanged
This was because the 'setq' part of the code was accidentally commented
This commit is contained in:
parent
4e94b9ba4a
commit
fcb3eb47a6
|
@ -4,7 +4,8 @@
|
|||
;; org-superstar
|
||||
(use-package org-superstar
|
||||
:config
|
||||
;; Change org-mode's heading bullets (setq org-superstar-headline-bullets-list
|
||||
;; Change org-mode's heading bullets
|
||||
(setq org-superstar-headline-bullets-list
|
||||
'("🞉" "🞈" "🞇" "🞆" "🞅" "🞄"))
|
||||
|
||||
;; Customize org-mode's default functionality
|
||||
|
|
Reference in a new issue