diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2026-04-12 20:47:32 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-04-12 20:50:27 +0200 |
| commit | 4c1af959846536eef2c9f8e5199f2cb6c22f3fe5 (patch) | |
| tree | 827696c6ce22e52ab7d1e15a09665b6f55c8f63e /init.el | |
| parent | 381a40c34ca7ee40dd1ab09bb536a6efb6c3f9c3 (diff) | |
Switched generally to IBM Plex Mono
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |
