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))