From 150947752001b3e0930a6b4f03814dd2511235fe Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 25 Sep 2019 21:41:16 -0400 Subject: [PATCH] Update org bullet to use braille --- 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 b7b9eb7..c325784 100644 --- a/emacs/.config/doom/+org.el +++ b/emacs/.config/doom/+org.el @@ -24,7 +24,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")