From 88334cd9953d07b75b584e886d2ed3f67215e1e5 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 26 Jan 2020 10:16:22 -0500 Subject: [PATCH] emacs: use custom org-bullets-bullet-list --- emacs/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/custom.el b/emacs/custom.el index d3f001b..d236ed1 100644 --- a/emacs/custom.el +++ b/emacs/custom.el @@ -41,6 +41,7 @@ '(mark-ring-max 1024) '(menu-bar-mode nil) '(mouse-wheel-progressive-speed nil) + '(org-bullets-bullet-list (quote ("•" "‣" "⁃" "◦" "○"))) '(org-fontify-whole-heading-line t) '(org-hide-emphasis-markers t) '(org-hide-leading-stars t)