fix: org-superstar heading bullets unchanged

This was because the 'setq' part of the code was accidentally commented
This commit is contained in:
Muhammad Nauman Raza 2022-11-09 19:02:35 +00:00
parent 4e94b9ba4a
commit fcb3eb47a6
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -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