diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 20:52:17 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 20:52:17 -0400 |
| commit | cfdbc5a884305f8fd7181651af8b81a0405dcd89 (patch) | |
| tree | 5e291676e4b1f375b19196e49f59478db1619441 /spacemacs | |
| parent | 7aee42ced7a892b19dbfa90155949cdd878b0392 (diff) | |
| parent | 68593095e9ff7dad2a93c37cc2740f8f1e86264b (diff) | |
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'spacemacs')
| -rw-r--r-- | spacemacs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,13 +28,13 @@ values." emacs-lisp shell c-c++ - semantic + ;; semantic haskell html javascript markdown haskell - git + ;; git markdown org ;; (shell :variables @@ -220,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. |
