diff options
| -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 @@ -209,6 +209,7 @@ user code." (if (region-active-p) (kill-region (region-beginning) (region-end)) (backward-kill-word arg))) + (load-file "~/.spacemacs.local") ) (defun dotspacemacs/user-config () |
