summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-12 15:43:57 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-12 15:43:57 -0400
commit68593095e9ff7dad2a93c37cc2740f8f1e86264b (patch)
treefd5db420ea9525c8e6c55e0cf190b5e24016edbd /spacemacs
parent5f138222087fc4e317d9f39ecbb7e33d05f7ec27 (diff)
Load spacemacs.local from the right place.
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs2
1 files changed, 1 insertions, 1 deletions
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.