Skip to content

Commit

Permalink
tweak(emacs): font
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 6, 2025
1 parent ea932c6 commit 11b9e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
:config
(remember-last-theme-enable))

(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 130 :weight 'semi-bold)
(set-face-attribute 'default nil :family "Iosevka Nerd Font" :height 130 :weight 'semi-bold)

(use-package ligature
:init
Expand Down

0 comments on commit 11b9e61

Please sign in to comment.