summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 15:29:54 -0600
committerCase Duckworth2022-01-04 15:29:54 -0600
commitef74ca5c9b7445816a5d57f3357c769ff30b62f7 (patch)
tree6627ceec8706e9e42b22a31a2ab1c28850f04fc2 /early-init.el
parentAdd system.el (diff)
downloademacs-ef74ca5c9b7445816a5d57f3357c769ff30b62f7.tar.gz
emacs-ef74ca5c9b7445816a5d57f3357c769ff30b62f7.zip
Add system-file, system-system-file, and change logic around
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