Manually set bullets for org-bullet.
This commit is contained in:
parent
e9bc16a1a4
commit
65e3ae4bd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user