From 6598b630796272111ed1b61096a56791231fa17b Mon Sep 17 00:00:00 2001 From: kj Date: Wed, 13 Apr 2022 00:41:13 -0400 Subject: [PATCH] set font height. --- configs/base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/base.el b/configs/base.el index 768cd2d..1cf11e1 100644 --- a/configs/base.el +++ b/configs/base.el @@ -101,7 +101,7 @@ ;; ConfiguraciĆ³n cuando es un server (defun setup-daemon () (message "Corriendo en modo daemon.") - (set-face-attribute 'default nil :font "Fira Code Retina") + (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ;; Set the fixed pitch face ;;(set-face-attribute 'fixed-pitch nil :font "Fira Code Retina")