소스 검색

Fix font size issues for prometheus #emacs

Colin Powell 5 년 전
부모
커밋
28cb4725f8
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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