From 11efc9bf25d5ce80b7f3469f057c52b01c133e23 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 1 Dec 2023 22:31:42 +0100 Subject: [PATCH] =?UTF-8?q?Config=20emacs=20to=20load=20font=20for=20?= =?UTF-8?q?=F0=9F=AD=AE=20and=20=F0=9F=AD=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.