Skip to content

Commit

Permalink
tweak(emacs): font size and weight
Browse files Browse the repository at this point in the history
This also fixes nerd-icons being cut off. Apparently it was caused by
using semi-bold font-weight instead of normal font-weight.
  • Loading branch information
gekoke committed Dec 20, 2023
1 parent 234ab2a commit 09ef75e
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 @@ -138,7 +138,7 @@
:config
(remember-last-theme-enable))

(set-frame-font "Iosevka Nerd Font:pixelsize=15:weight=normal" nil t)
(set-frame-font "Iosevka Nerd Font:pixelsize=18:weight=normal" nil t)

(use-package ligature
:config
Expand Down

0 comments on commit 09ef75e

Please sign in to comment.