Преглед изворни кода

Switch org mode to use > instead of # for bullets

Colin Powell пре 6 година
родитељ
комит
aaf5330ae9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      emacs/.config/doom/+org.el

+ 1 - 1
emacs/.config/doom/+org.el

@@ -23,7 +23,7 @@
         org-fontify-whole-heading-line t
         org-fontify-done-headline t
         org-fontify-quote-and-verse-blocks t
-        org-bullets-bullet-list '("#")
+        org-bullets-bullet-list '(">")
         org-capture-templates
             '(("i" "Send to inbox" entry (file+headline "~/org/inbox.org" "Inbox")
                "* TODO %?\n")