From aba4dfaf1b96102a5e5c6bfcf0b9679aa446f4f5 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 6 May 2023 01:20:40 -0400 Subject: Make org heading bullets look nicer with `org-bullets-mode` --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index e7731b6..1b1155f 100644 --- a/init.el +++ b/init.el @@ -431,6 +431,14 @@ (mm/org-font-setup)) +;; Make org heading bullets look nicer +(use-package org-bullets + :straight t + :hook (org-mode . org-bullets-mode) + :custom + (org-bullets-bullet-list '("•"))) + + ;; --------------------------------------------------------------------- -- cgit v1.2.3