mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Appease byte-compiler, system-name => (system-name) #288
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
(setq doom-big-font (font-spec :family "Fira Mono" :size 19))
|
(setq doom-big-font (font-spec :family "Fira Mono" :size 19))
|
||||||
|
|
||||||
(pcase system-name
|
(pcase (system-name)
|
||||||
((or "halimede" "proteus")
|
((or "halimede" "proteus")
|
||||||
(setq-default line-spacing 1)
|
(setq-default line-spacing 1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user