From 023fab557058de3f13274a0c7dfeee9f40f2b689 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 22 Sep 2023 21:43:59 +0200 Subject: [PATCH] pinwheel: Change how font is set in `emacs` --- hosts/pinwheel/modules/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index dcd0e58..201cf52 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -130,7 +130,7 @@ #+END_SRC ** Font #+BEGIN_SRC emacs-lisp - (set-face-attribute 'default nil :font "DejaVuSansM Nerd Font Mono" :height 160) + (add-to-list 'default-frame-alist '(font . "DejaVuSansM Nerd Font Mono 16")) #+END_SRC ** Icons #+BEGIN_SRC emacs-lisp