diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 9937f37..43d9e3f 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-03-08T10:20:47+0100> +;; Time-stamp: <2020-03-08T10:27:43+0100> ;;; Commentary: @@ -43,7 +43,7 @@ :config ;; Install fonts if we have a GUI and the font is not already installed. - (when (and (window-system) (not (my/font-installed-p "all-the-icons"))) + (when (not (my/font-installed-p "all-the-icons")) (all-the-icons-install-fonts t)) )