diff --git a/config.org b/config.org index 9b89c9c..3ef5d6d 100644 --- a/config.org +++ b/config.org @@ -36,7 +36,7 @@ The provided default ~config.el~ (setq doom-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light) doom-unicode-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light) doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 19)) - (if (string= (system-name) "extremophile.local") + (if (string= (system-name) "extremophile") (setq doom-font (font-spec :family "Iosevka Nerd Font" :size 11 :weight 'semi-light) doom-unicode-font (font-spec :family "Iosevka Nerd Font" :size 11 :weight 'semi-light) doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 13))