From fcb3eb47a6c959c0f61411c5f45f0812635ee31c Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 9 Nov 2022 19:02:35 +0000 Subject: [PATCH] fix: org-superstar heading bullets unchanged This was because the 'setq' part of the code was accidentally commented --- lisp/org-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-mode.el b/lisp/org-mode.el index d79c3ed..867d527 100644 --- a/lisp/org-mode.el +++ b/lisp/org-mode.el @@ -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