summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 2 insertions, 0 deletions
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.")
54 54
55;; Load system-specific changes. 55;; Load system-specific changes.
56(progn (require 'system) 56(progn (require 'system)
57 (setq system-default-font "DejaVu Sans Mono"
58 system-variable-pitch-font "DejaVu Sans")
57 (setq system-load-directory (sync/ "emacs/systems/" t)) 59 (setq system-load-directory (sync/ "emacs/systems/" t))
58 (system-settings-load nil :nowarn)) 60 (system-settings-load nil :nowarn))
59 61