summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-09 21:26:16 +0200
committerGravatar Uko Kokņevičs2025-03-09 22:51:22 +0200
commita85654a34649207ed3cf6334923151b56b4e4534 (patch)
tree0e9f21f4bb529cbc10deff1871de00739ee8eac0 /init.el
parenteglot: Configure eglot-autoshutdown (diff)
downloademacs.d-a85654a34649207ed3cf6334923151b56b4e4534.tar.gz
emacs.d-a85654a34649207ed3cf6334923151b56b4e4534.tar.xz
emacs.d-a85654a34649207ed3cf6334923151b56b4e4534.zip
faces: Replace font with Input Mono
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 389ec78..1c7a28c 100644
--- a/init.el
+++ b/init.el
@@ -155,7 +155,7 @@
155 155
156(set-face-attribute 'default 156(set-face-attribute 'default
157 nil 157 nil
158 :font (if +mac+ "Fira Code Retina" "Fira Code") 158 :font "Input Mono"
159 :height 130) 159 :height 130)
160 160
161(set-fill-width 120 t) 161(set-fill-width 120 t)