summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index 1f83fe0..d1ea7b9 100644
--- a/init.org
+++ b/init.org
@@ -248,6 +248,7 @@ This is my org mode configuration. Document it.
(setq org-fontify-done-headline t)
(require 'org-bullets)
+(setq org-bullets-bullet-list '("◉" "○" "◇" "◇"))
(add-hook 'org-mode-hook
(lambda ()
(org-bullets-mode 1)