Explorar el Código

Switch org mode to use > instead of # for bullets

Colin Powell hace 6 años
padre
commit
aaf5330ae9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")