Config emacs to load font for 🭮 and 🭬.

This commit is contained in:
Julien Palard 2023-12-01 22:31:42 +01:00
parent 78cf9887a5
commit 11efc9bf25
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 3 additions and 2 deletions

View File

@ -244,9 +244,10 @@
'(rst-level-6 ((t (:background "grey50" :foreground "white smoke"))))
)
(set-fontset-font t nil "Unifont Upper" nil 'append) ; For 🭮 and 🭬
(enable-theme 'spacemacs-light)
(add-to-list 'default-frame-alist '(font . "DejaVuSansMono:size=18"))
(set-face-attribute 'default t :font "DejaVuSansMono:size=18")
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.