summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs5
1 files changed, 3 insertions, 2 deletions
diff --git a/spacemacs b/spacemacs
index 3223e41..6271090 100644
--- a/spacemacs
+++ b/spacemacs
@@ -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 ()