diff --git a/init.org b/init.org index 456c5dc..42d2c97 100644 --- a/init.org +++ b/init.org @@ -345,8 +345,7 @@ Font size [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attri (defun nemo/set-fallback-fonts () "Set fallback fonts for icons/symbols." - (when (member nemo/nerd-fonts-font (font-family-list)) - (set-fontset-font t nil (font-spec :height nemo/font-height-mono :font "Symbols Nerd Font"))) + (set-fontset-font t nil (font-spec :height nemo/font-height-mono :font nemo/nerd-fonts-font)) ) (apply-if-gui #'nemo/set-fallback-fonts)