summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
index 32c9df5..86bfcb9 100644
--- a/emacs/early-init.el
+++ b/emacs/early-init.el
@@ -8,7 +8,7 @@
(defun my/load-file-variations (filename)
"Load variations of FILENAME that may exist in other dotfiles
directories."
- (dolist (elt '("${UNAME}" "${DOMAIN}" "${HOST_SHORT}" "${HOST}"))
+ (dolist (elt '("${UNAME}" "${DOMAIN}" "${HOST_SHORT}" "${HOST}" "local"))
(my/load-file (format "dotfiles-%s/%s" elt filename))))
(my/load-file "emacs/functions")