diff options
author | admin <contact@optics-design.com> | 2025-05-11 00:43:32 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-11 00:43:32 +0200 |
commit | 102f9a5608cbb7b5553cd0d1862b6bd8e40c8075 (patch) | |
tree | f6ae6dbbf3c9b60e34bb0e24dca20008c704f721 /emacs/init.el | |
parent | 681468ea7f56624ca869e7ba859f4457a8412cc3 (diff) |
refractored neovim config
Diffstat (limited to 'emacs/init.el')
-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)) |