From 09f7db43be48d201abf9f6256328e5995ad26820 Mon Sep 17 00:00:00 2001 From: Xuan Bi Date: Mon, 6 Jan 2020 14:22:18 +0800 Subject: [PATCH] Be explicit about `fc-list` when listing fonts --- core/cli/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/doctor.el b/core/cli/doctor.el index d50cfb564..5f790ccfa 100644 --- a/core/cli/doctor.el +++ b/core/cli/doctor.el @@ -136,7 +136,7 @@ in." (`darwin "~/Library/Fonts/")) (require 'all-the-icons nil t)) (with-temp-buffer - (insert (cdr (doom-call-process "fc-list"))) + (insert (cdr (doom-call-process "fc-list" "" "file"))) (dolist (font all-the-icons-font-names) (if (save-excursion (re-search-backward font nil t)) (success! "Found font %s" font)