Skip to content

Commit

Permalink
tweak(obsolete): minor edit in the unicode-fonts package
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 4, 2023
1 parent ea64eaa commit 7f96d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/obsolete/me-unicode-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
(use-package unicode-fonts
:straight t
:hook (minemacs-after-startup . +unicode-fonts-setup)
:config
:init
(defun +unicode-fonts-setup ()
"Prefer the `:unicode-font-family' from `minemacs-fonts'."
(interactive)
(when-let ((frame (selected-frame)))
(when (display-multi-font-p frame)
(with-selected-frame frame
Expand Down

0 comments on commit 7f96d85

Please sign in to comment.