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)