From 68593095e9ff7dad2a93c37cc2740f8f1e86264b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 12 Oct 2015 15:43:57 -0400 Subject: Load spacemacs.local from the right place. --- spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spacemacs') diff --git a/spacemacs b/spacemacs index 6271090..703f9af 100644 --- a/spacemacs +++ b/spacemacs @@ -209,7 +209,6 @@ user code." (if (region-active-p) (kill-region (region-beginning) (region-end)) (backward-kill-word arg))) - (load-file "~/.spacemacs.local") ) (defun dotspacemacs/user-config () @@ -221,6 +220,7 @@ layers configuration. You are free to put any user code." vc-follow-symlinks nil web-mode-code-indent-offset 2) (nyan-mode) + (load-file "~/.spacemacs.local") ) ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. -- cgit v1.2.3