diff options
| author | Aaron LI <aaronly.me@outlook.com> | 2016-09-02 13:17:43 +0800 | 
|---|---|---|
| committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-02 13:17:43 +0800 | 
| commit | 15a57409dad5ed3aadb3ea1f59f5d8f621e100cb (patch) | |
| tree | 16f07e8294f82e6baa0ccd5270d5527cd59fe7a5 | |
| parent | 139636f673c354ed7f355b04a340a5b99b3a2585 (diff) | |
| download | dotfiles-15a57409dad5ed3aadb3ea1f59f5d8f621e100cb.tar.bz2 | |
spacemacs: fix a typo in init.el
| -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))    )  | 
