Fix font size issues for prometheus #emacs
This commit is contained in:
@ -19,8 +19,9 @@
|
|||||||
;; Host-specific config
|
;; Host-specific config
|
||||||
|
|
||||||
(pcase (system-name)
|
(pcase (system-name)
|
||||||
("halimede"
|
("prometheus"
|
||||||
(font-put doom-font :size 9)) ; smaller display
|
(font-put doom-font :size 12)
|
||||||
|
(font-put doom-big-font :size 20)) ; smaller display
|
||||||
("triton"
|
("triton"
|
||||||
;; I've swapped these keys on my keyboard
|
;; I've swapped these keys on my keyboard
|
||||||
(setq x-super-keysym 'meta
|
(setq x-super-keysym 'meta
|
||||||
|
|||||||
Reference in New Issue
Block a user