From ef74ca5c9b7445816a5d57f3357c769ff30b62f7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 15:29:54 -0600 Subject: Add system-file, system-system-file, and change logic around --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 1917779..17b3844 100644 --- a/early-init.el +++ b/early-init.el @@ -54,6 +54,8 @@ See `no-littering' for examples.") ;; Load system-specific changes. (progn (require 'system) + (setq system-default-font "DejaVu Sans Mono" + system-variable-pitch-font "DejaVu Sans") (setq system-load-directory (sync/ "emacs/systems/" t)) (system-settings-load nil :nowarn)) -- cgit 1.4.1-21-gabe81