From 1008a1c4995de3e9ae301091f1a266485f23d1a6 Mon Sep 17 00:00:00 2001 From: TEC Date: Wed, 30 Aug 2023 18:33:08 +0800 Subject: [PATCH] Keep font-detection code out of config.el --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index dd867a9..cc0d7fa 100644 --- a/config.org +++ b/config.org @@ -1844,7 +1844,7 @@ Because we care about how things look let's add a check to make sure we're told if the system doesn't have any of those fonts. #+name: detect-missing-fonts -#+begin_src emacs-lisp :tangle no +#+begin_src emacs-lisp :tangle no :noweb-ref none (defvar required-fonts '("JetBrainsMono.*" "Overpass" "JuliaMono" "IBM Plex Mono" "Merriweather" "Alegreya")) (defvar available-fonts