From 15a57409dad5ed3aadb3ea1f59f5d8f621e100cb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 2 Sep 2016 13:17:43 +0800 Subject: spacemacs: fix a typo in init.el --- _spacemacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ) -- cgit v1.2.2