Procházet zdrojové kódy

Switch org mode to use > instead of # for bullets

Colin Powell před 6 roky
rodič
revize
aaf5330ae9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")