diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-03-13 22:00:29 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-03-13 22:00:29 +0800 |
commit | 9a07d3aacce17cb7ccaf489c53b5cb12d1f5da9f (patch) | |
tree | 999aeeefd53bd10a6c55a33376bed5c82e4eebe7 /_spacemacs.d/init.el | |
parent | 4b1620c750a4816d119ffb239f6afa78d8161d54 (diff) | |
download | dotfiles-9a07d3aacce17cb7ccaf489c53b5cb12d1f5da9f.tar.bz2 |
spacemacs: Change 'aly' -> 'my'
Diffstat (limited to '_spacemacs.d/init.el')
-rw-r--r-- | _spacemacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 97583a1..9b3b791 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -485,8 +485,8 @@ ;; ;; Load custom configurations (push "~/.spacemacs.d/config" load-path) - (require 'aly-org-config) - (require 'aly-mu4e-config) + (require 'my-org) + (require 'my-mu4e) ;; ;; Set custom file location instead of using this file (setq custom-file "~/.spacemacs.d/custom.el") |