From 431fb18d89dfc8930c29be3ba6a5ca34b1dd0522 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 20 Aug 2021 07:25:36 -0700 Subject: [PATCH] Whoops --- .emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4624a67..1422647 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -173,7 +173,7 @@ ;; (defun font-candidate (&rest fonts) "Return existing font which first match." - (find-if (lambda (f) (find-font (font-spec :name f))) fonts)) + (cl-find-if (lambda (f) (find-font (font-spec :name f))) fonts)) (setq my-font-choice (font-candidate @@ -183,8 +183,6 @@ "Inconsolata-11" "Monaco-14")) - - ;; This is just here for playing with things. (set-frame-font my-font-choice)