Fix hostname for macbook

This commit is contained in:
Nathan McCarty 2023-03-30 10:04:49 -04:00
parent 00f27c334c
commit 9b80622cfe
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ The provided default ~config.el~
(setq doom-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light) (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-unicode-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 19)) 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) (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-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)) doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 13))