summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-11-14 13:47:37 +0000
committerAlan Pearce2013-11-14 13:47:37 +0000
commit5371244cb59e37cb4b7aee20dbf9c6592c84f42d (patch)
tree9e2d1ad52dd05e7726ef9d1ba9274d48344da963 /emacs
parent85b0392ae7797220f1a75cbe59a3232d275e736e (diff)
downloaddotfiles-5371244cb59e37cb4b7aee20dbf9c6592c84f42d.tar.lz
dotfiles-5371244cb59e37cb4b7aee20dbf9c6592c84f42d.tar.zst
dotfiles-5371244cb59e37cb4b7aee20dbf9c6592c84f42d.zip
Emacs: disable automatic-pairing in web-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 35e538a..9432680 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