diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6ade38d..52e6718 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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.