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)