Switch org mode to use > instead of # for bullets

This commit is contained in:
Colin Powell
2019-07-16 22:06:51 -04:00
parent e64be61517
commit aaf5330ae9

View File

@ -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")