diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/conf/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 13d75ac..7159971 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -196,7 +196,7 @@ (use-package org-bullets :ensure t :config - (setq org-bullets-bullet-list '("●")) + (setq org-bullets-bullet-list '("●" "●" "⤷")) (add-hook 'org-mode-hook #'org-bullets-mode)) (use-package deft |