Sfoglia il codice sorgente

Switch org mode to use > instead of # for bullets

Colin Powell 6 anni fa
parent
commit
aaf5330ae9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")