瀏覽代碼

Switch org mode to use > instead of # for bullets

Colin Powell 6 年之前
父節點
當前提交
aaf5330ae9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      emacs/.config/doom/+org.el

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