From 22466b65698810103eaff63fb7c2f45483f0e7a0 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Mon, 18 Dec 2023 01:31:58 +0100 Subject: [PATCH] . --- home/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index 384d18d..e4eb199 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -131,7 +131,7 @@ (tool-bar-mode nil) :custom-face ;;(default ((t (:weight bold :height 113 :width normal :family "VictorMono Nerd Font")))) - (default ((t (:weight normal :height 105 :width narrow :family "MonaspiceXe Nerd Font Mono")))) + (fixed-pitch ((t (:weight normal :height 105 :width narrow :family "MonaspiceXe Nerd Font Mono")))) (variable-pitch ((t (:weight normal :height 105 :width narrow :family "MonaspiceXe Nerd Font Propo")))) :hook (minibuffer-setup . cursor-intangible-mode)