From f9e8cb2f0176721dd15311566204113a7e58d3c8 Mon Sep 17 00:00:00 2001 From: xeijin Date: Sun, 2 Feb 2020 23:39:42 +0000 Subject: [PATCH] adding warning message --- core/cli/install.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/cli/install.el b/core/cli/install.el index 1d64bb59b..0748323e1 100644 --- a/core/cli/install.el +++ b/core/cli/install.el @@ -79,11 +79,11 @@ DOOMDIR environment variable. e.g. (print! "Regenerating autoloads files") (doom-cli-reload-autoloads) - - + (if nofonts-p (print! (warn "Not installing fonts, as requested")) - (unless IS-WINDOWS + (if IS-WINDOWS + (print! (warn "Automated installation is not supported on Windows, see installation instructions: https://github.com/domtronn/all-the-icons.el#installing-fonts")) (when (or doom-auto-accept (y-or-n-p "Download and install all-the-icon's fonts?")) (require 'all-the-icons)