summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-04-12 20:47:32 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2026-04-12 20:50:27 +0200
commit4c1af959846536eef2c9f8e5199f2cb6c22f3fe5 (patch)
tree827696c6ce22e52ab7d1e15a09665b6f55c8f63e
parent381a40c34ca7ee40dd1ab09bb536a6efb6c3f9c3 (diff)
Switched generally to IBM Plex Mono
-rw-r--r--init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.el b/init.el
index f805813..dd5d617 100644
--- a/init.el
+++ b/init.el
@@ -2,10 +2,7 @@
(add-to-list 'default-frame-alist '(fullscreen . maximized))
;; Font
-(add-to-list 'default-frame-alist
- `(font . ,(if (eq system-type 'windows-nt)
- "IBM Plex Mono 12"
- "JetBrainsMono Nerd Font 12")))
+(add-to-list 'default-frame-alist `(font . "IBM Plex Mono 12"))
;; Add line numbers
(setq display-line-numbers t)