From 381a40c34ca7ee40dd1ab09bb536a6efb6c3f9c3 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Wed, 4 Mar 2026 21:24:45 +0100 Subject: Switched to IBM Plex Mono on Windows machine --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1