diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 35e538a5..94326801 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1127,7 +1127,8 @@ Also returns nil if pid is nil." ("/templates/.*\\.php\\'" . web-mode)) :config (setq web-mode-code-indent-offset 4 web-mode-css-indent-offset 4 - web-mode-markup-indent-offset 4)) + web-mode-markup-indent-offset 4 + web-mode-disable-auto-pairing t)) ;;;; Windows & Frames |