summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-03-04 21:24:45 +0100
committerLLoyderino <adrijan.bjedov@gmail.com>2026-03-04 21:27:08 +0100
commit381a40c34ca7ee40dd1ab09bb536a6efb6c3f9c3 (patch)
tree24e5951457bba60a7c3c1704c3876edb7ecb22e9
parent3fda87ab8eba13b2a45b3fbbb75b42a8458a1995 (diff)
Switched to IBM Plex Mono on Windows machine
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index ced8ebf..f805813 100644
--- a/init.el
+++ b/init.el
@@ -4,7 +4,7 @@
;; Font
(add-to-list 'default-frame-alist
`(font . ,(if (eq system-type 'windows-nt)
- "JetBrainsMono NF 12"
+ "IBM Plex Mono 12"
"JetBrainsMono Nerd Font 12")))
;; Add line numbers