aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init/oni-web-mode-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/oni-web-mode-init.el')
-rwxr-xr-xemacs/.emacs.d/init/oni-web-mode-init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-web-mode-init.el b/emacs/.emacs.d/init/oni-web-mode-init.el
index 42734d2..89d4e91 100755
--- a/emacs/.emacs.d/init/oni-web-mode-init.el
+++ b/emacs/.emacs.d/init/oni-web-mode-init.el
@@ -24,6 +24,8 @@
;;; Code:
+(require 'web-mode)
+
(setq web-mode-attr-indent-offset 2)
(setq web-mode-auto-quote-style 1)
(setq web-mode-code-indent-offset 2)