diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-20 08:32:16 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-20 08:32:16 +0800 |
commit | 4255c0ae146715f7d01130112b0cb260b2d4710b (patch) | |
tree | b946440041bd97fe19657988e0f45048d1699ecd /_spacemacs.d | |
parent | ca6805769accf4d23c97683e9e293887f0617961 (diff) | |
download | dotfiles-4255c0ae146715f7d01130112b0cb260b2d4710b.tar.bz2 |
spacemacs: Load `my-crypt'
Diffstat (limited to '_spacemacs.d')
-rw-r--r-- | _spacemacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index ef7765b..80ad00a 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -509,6 +509,8 @@ ;; ;; Load custom configurations (push "~/.spacemacs.d/config" load-path) + (push "~/.spacemacs.d/local" load-path) + (require 'my-crypt) (require 'my-org) (require 'my-mu4e) (require 'my-calendar) |