diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 02f1bc3..8db4245 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -34,8 +34,8 @@ (add-hook 'after-make-frame-functions (lambda (frame) (with-selected-frame frame - (set-face-attribute 'default nil :font "Hack NF" :height 220)))) - (set-face-attribute 'default nil :font "Hack NF" :height 220)) + (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 220)))) + (set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 220)) |