From cb85df13c8b14945c88c334de7198fdb553c1d8f Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 18 May 2020 11:31:42 -0400 Subject: [PATCH] font changes for nixos --- config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index 287d09789..9e862ae68 100644 --- a/config.el +++ b/config.el @@ -8,10 +8,10 @@ user-full-name "Griffin Smith") (setq doom-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 14) - doom-big-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 19) + doom-big-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 24) doom-big-font-increment 5 doom-variable-pitch-font (font-spec :family "DejaVu Sans") - doom-unicode-font (font-spec :family "Meslo LG S DZ")) + doom-unicode-font (font-spec :family "Meslo LGSDZ Nerd Font")) (after! rust ;; (require 'ein)