Skip to content

Commit

Permalink
tweak(emacs): font
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 14, 2024
1 parent 94beb3c commit 549227a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
(use-package whitespace
:ensure nil
:init
:custom
:custom
(whitespace-display-mappings
'((space-mark 32
[183]
Expand Down Expand Up @@ -285,7 +285,7 @@
:config
(remember-last-theme-enable))

(set-face-attribute 'default nil :family "Iosevka Nerd Font" :height 120 :weight 'bold)
(set-face-attribute 'default nil :family "Iosevka Nerd Font" :height 140 :weight 'medium)

(use-package ligature
:config
Expand Down

0 comments on commit 549227a

Please sign in to comment.