Skip to content

Commit

Permalink
fix(emacs): set font for all frames, not just for new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Dec 1, 2024
1 parent d13ffb3 commit 9782c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/emacs/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ in
(setq base16-theme-256-color-source 'colors)
(load-theme 'base16-stylix t)
;; Set font
(set-face-attribute 'default t :font (font-spec :family "${monospace.name}" :size ${emacsSize}))
(set-face-attribute 'default nil :font (font-spec :family "${monospace.name}" :size ${emacsSize}))
;; -----------------------------
;; set opacity
(add-to-list 'default-frame-alist '(alpha-background . ${emacsOpacity}))
Expand Down

0 comments on commit 9782c86

Please sign in to comment.