From 788b5f290bb5be1ebf9d96aff792f54bf144d01f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 31 May 2016 09:45:25 +0800 Subject: spacemacs: set custom-file --- _spacemacs.d/init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index a0af66a..183f8b2 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -11,7 +11,7 @@ ;; ;; Aaron LI ;; Created: 2016-04-30 -;; Updated: 2016-05-15 +;; Updated: 2016-05-31 ;; @@ -42,7 +42,7 @@ auto-completion-complete-with-key-sequence "kj" auto-completion-complete-with-key-sequence-delay 0.1 auto-completion-enable-snippets-in-popup t - auto-completion-enable-help-tooltip t + ;auto-completion-enable-help-tooltip t ;; Provided by `company-statistics' auto-completion-enable-sort-by-usage t auto-completion-private-snippets-directory @@ -321,7 +321,10 @@ ;; mu4e (push "~/.spacemacs.d/config" load-path) (require 'aly-mu4e-config nil t) + ;; Set custom file location instead of using this file + (setq custom-file "~/.spacemacs/custom.el") + (load custom-file) ) -;; Do not write anything past this comment. This is where Emacs will -;; auto-generate custom variable definitions. + +;;; init.el ends here -- cgit v1.2.2