From 09d27ccdd036bc908e59998725d3b974082f4a1f Mon Sep 17 00:00:00 2001 From: rekado Date: Tue, 19 Jul 2016 10:38:16 +0200 Subject: Override org bullets. --- init.org | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3