Manually set bullets for org-bullet.

This commit is contained in:
KJ 2024-04-21 20:20:52 -04:00
parent e9bc16a1a4
commit 65e3ae4bd9
1 changed files with 9 additions and 1 deletions

View File

@ -195,7 +195,15 @@
(use-package org-bullets
:defer t
:hook
(org-mode . org-bullets-mode))
(org-mode . org-bullets-mode)
:config
(setq org-bullets-bullet-list '(""
""
""
""
""
""))
)
(use-package visual-fill-column
:defer t