summaryrefslogtreecommitdiff
path: root/emacs/.config/doom/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/doom/config.el')
-rw-r--r--emacs/.config/doom/config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el
index 34e66b5..25a762a 100644
--- a/emacs/.config/doom/config.el
+++ b/emacs/.config/doom/config.el
@@ -360,6 +360,6 @@
(evil-embrace-enable-evil-surround-integration)
(setq evil-embrace-show-help-p t))
-(let ((local-config "~/.doom.d/config.local.el"))
+(let ((local-config "~/.config/doom/config.local.el"))
(when (file-exists-p local-config)
(load-file local-config)))