diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-04 10:17:48 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-04 10:17:48 +0800 |
commit | dda8a74155ec276f002f4ddd381a235614e2bf4c (patch) | |
tree | a600eb5b40e8a008cfb5e3318f34fb5f2d143049 /_spacemacs.d/init.el | |
parent | 5900efacb0ffd690d8de2023f8422a62d0526a6a (diff) | |
download | dotfiles-dda8a74155ec276f002f4ddd381a235614e2bf4c.tar.bz2 |
spacemacs: fix (previous forgotten) loading of config/aly-org-config.el
Diffstat (limited to '_spacemacs.d/init.el')
-rw-r--r-- | _spacemacs.d/init.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 16a5668..46a9b96 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -11,7 +11,7 @@ ;; ;; Aaron LI ;; Created: 2016-04-30 -;; Updated: 2016-06-25 +;; Updated: 2016-09-04 ;; @@ -357,9 +357,11 @@ ;; ESS: Turn off the automatic replacement of `_' by `<-' (add-hook 'ess-mode-hook (lambda () (ess-toggle-underscore nil))) ;; - ;; mu4e: https://github.com/djcb/mu + ;; Load additional configurations (push "~/.spacemacs.d/config" load-path) + ;; mu4e: https://github.com/djcb/mu (require 'aly-mu4e-config nil t) + (require 'aly-org-config nil t) ;; ;; Set custom file location instead of using this file (setq custom-file "~/.spacemacs.d/custom.el") |