aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index a74a95b..6c38c73 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -184,6 +184,8 @@
:ensure t
:hook (org-mode . org-bullets-mode)
:config
- (setq org-bullets-bullet-list '("◉" "○" "●" "🞛" "◇" "◆")))
+ (setq org-bullets-bullet-list '("◉" "○" "●" "🞛" "◇" "◆"))
+ (set-fontset-font t 'symbol (font-spec :family "Iosevka Comfy") nil 'append)
+ (set-fontset-font t 'unicode (font-spec :family "Iosevka Comfy") nil 'append))
(provide 'bard-emacs-org)