From aaf5330ae9fa263d9b58bc120195d04e31b82028 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 16 Jul 2019 22:06:51 -0400 Subject: [PATCH] Switch org mode to use > instead of # for bullets --- emacs/.config/doom/+org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/+org.el b/emacs/.config/doom/+org.el index 252e285..238ba0d 100644 --- a/emacs/.config/doom/+org.el +++ b/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")