Manually set bullets for org-bullet.
This commit is contained in:
parent
e9bc16a1a4
commit
65e3ae4bd9
@ -195,7 +195,15 @@
|
|||||||
(use-package org-bullets
|
(use-package org-bullets
|
||||||
:defer t
|
:defer t
|
||||||
:hook
|
:hook
|
||||||
(org-mode . org-bullets-mode))
|
(org-mode . org-bullets-mode)
|
||||||
|
:config
|
||||||
|
(setq org-bullets-bullet-list '("◉"
|
||||||
|
"○"
|
||||||
|
"●"
|
||||||
|
"✸"
|
||||||
|
"◇"
|
||||||
|
"◆"))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package visual-fill-column
|
(use-package visual-fill-column
|
||||||
:defer t
|
:defer t
|
||||||
|
Loading…
Reference in New Issue
Block a user