diff options
-rw-r--r-- | _spacemacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 7186288..16a5668 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -362,7 +362,7 @@ (require 'aly-mu4e-config nil t) ;; ;; Set custom file location instead of using this file - (setq custom-file "~/.spacemacs/custom.el") + (setq custom-file "~/.spacemacs.d/custom.el") (if (file-readable-p custom-file) (load custom-file)) ) |