Fix hostname for macbook
This commit is contained in:
parent
00f27c334c
commit
9b80622cfe
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue