From a9584465c231f8cd7506135793f64d9afcfb9033 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Jun 2016 11:08:05 +0200 Subject: Emacs: Pair <% %> in web-mode --- tag-emacs/emacs.d/init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index aa3fb1d..24e3e28 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1934,7 +1934,10 @@ of them as well. web-mode-style-padding 0 web-mode-script-padding 0 web-mode-comment-style 2 - web-mode-enable-auto-pairing nil)) + web-mode-enable-auto-pairing nil + (with-eval-after-load 'smartparens + (sp-with-modes sp--html-modes + (sp-local-pair "<%" "%>"))))) #+END_SRC I derived a mode for twig, in order to use its =mode-hook=. -- cgit 1.4.1