Use jetbrains mono
This commit is contained in:
parent
26d3e4a1c9
commit
35d2b6a97d
2
init.el
2
init.el
|
@ -3,6 +3,8 @@
|
||||||
(defun apply-appearance ()
|
(defun apply-appearance ()
|
||||||
;; Set theme
|
;; Set theme
|
||||||
(load-theme 'my-theme +1)
|
(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
|
;; Hide GTK scroll bar
|
||||||
(toggle-scroll-bar -1))
|
(toggle-scroll-bar -1))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue