summaryrefslogtreecommitdiffstats
path: root/ravi-init-web.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-02-02 17:15:29 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-02-02 17:15:29 (GMT)
commit1e17be3ccc50f0b80234062837516359f1b104da (patch)
tree0ac4416692f06805bc46fef9568fb00af306f534 /ravi-init-web.el
parent58dfdefa78eb100dd53e3b6c817ddddafffb50cd (diff)
downloaddotemacs-1e17be3ccc50f0b80234062837516359f1b104da.zip
dotemacs-1e17be3ccc50f0b80234062837516359f1b104da.tar.gz
dotemacs-1e17be3ccc50f0b80234062837516359f1b104da.tar.bz2
Initialize expand region as soon as possible
This is because expand-region sets up a lot of autoloads for different modes, which gets messed up when expand-region is loaded on demand after these modes.
Diffstat (limited to 'ravi-init-web.el')
-rw-r--r--ravi-init-web.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/ravi-init-web.el b/ravi-init-web.el
index b845c0e..13dd758 100644
--- a/ravi-init-web.el
+++ b/ravi-init-web.el
@@ -79,7 +79,6 @@
(sp-use-smartparens-bindings))
(add-hook 'web-mode-hook 'ravi/web-mode-sp-hook)
(add-hook 'web-mode-hook 'emmet-mode)
- (require 'web-mode-expansions) ; do not know why this is not automatically done
(defun sp-web-mode-is-code-context (id action context)
(when (and
(eq action 'insert)