diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 0288230..b847d0c 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -1,6 +1,6 @@ ;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-10-15T12:12:52+0200> +;; Time-stamp: <2020-11-14T22:47:20+0100> ;;; Commentary: @@ -51,7 +51,7 @@ nil)) ;; Install fonts if we have a GUI and the font is not already installed. ;; See . - :config (when (and (window-system) + :config (when (and (display-graphic-p) (not (my/font-installed-p "all-the-icons"))) (all-the-icons-install-fonts t)))