Quellcode durchsuchen

Update org bullet to use braille

Colin Powell vor 5 Jahren
Ursprung
Commit
1509477520
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      emacs/.config/doom/+org.el

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