From 876ffc0fbce594ba0316c9e8756e2afaea4799c2 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 23 Aug 2021 17:29:12 -0500 Subject: Change font loading order to look for Consolas first --- early-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index e7d167f..bab026c 100644 --- a/early-init.el +++ b/early-init.el @@ -81,8 +81,8 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (add-hook 'after-make-frame-functions (defun after-make-frame@setup (&rest args) (ignore args) - (let ((monospace-faces '((:font "DejaVu Sans Mono" :height 100) - (:font "Consolas" :height 100) + (let ((monospace-faces '((:font "Consolas" :height 100) + (:font "DejaVu Sans Mono" :height 100) (:font "monospace" :height 100)))) (acdw/set-first-face-attribute 'default monospace-faces) (acdw/set-first-face-attribute 'fixed-pitch monospace-faces) -- cgit 1.4.1-21-gabe81