From dda8a74155ec276f002f4ddd381a235614e2bf4c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 4 Sep 2016 10:17:48 +0800 Subject: spacemacs: fix (previous forgotten) loading of config/aly-org-config.el --- _spacemacs.d/init.el | 6 ++++-- 1 file 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") -- cgit v1.2.2