Parcourir la source

Fix font size issues for prometheus #emacs

Colin Powell il y a 5 ans
Parent
commit
28cb4725f8
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      emacs/.config/doom/config.el

+ 3 - 2
emacs/.config/doom/config.el

@@ -19,8 +19,9 @@
 ;; Host-specific config
 
 (pcase (system-name)
-  ("halimede"
-   (font-put doom-font :size 9)) ; smaller display
+  ("prometheus"
+   (font-put doom-font :size 12)
+   (font-put doom-big-font :size 20)) ; smaller display
   ("triton"
    ;; I've swapped these keys on my keyboard
    (setq x-super-keysym 'meta