From 306d7057ad7d0b243bd7e91d3d53a84fead32b6b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Sep 2022 14:30:59 -0700 Subject: update config --- emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.config/doom/config.el') 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))) -- cgit v1.2.3