From 35d2b6a97de55c65238ae976024736a2de8441b4 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 16 Jan 2023 19:20:09 -0800 Subject: [PATCH] Use jetbrains mono --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 177daae..fa99441 100755 --- a/init.el +++ b/init.el @@ -3,6 +3,8 @@ (defun apply-appearance () ;; Set theme (load-theme 'my-theme +1) + ;; Use JBMono + (set-frame-font "-JB-JetBrainsMonoNL Nerd Font-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1" nil t) ;; Hide GTK scroll bar (toggle-scroll-bar -1))