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