瀏覽代碼

Update org bullet to use braille

Colin Powell 5 年之前
父節點
當前提交
1509477520
共有 1 個文件被更改,包括 1 次插入1 次删除
  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")