Commit abde440ac699

Vincent Demeester <vincent@sbr.pm>
2018-04-26 22:44:10
Add some sp-local-pair
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 62f91a2
Changed files (1)
lisp/vde-editing.el
@@ -16,6 +16,9 @@
     (require 'smartparens-config)
     (add-hook 'prog-mode-hook 'turn-on-smartparens-strict-mode)
     (add-hook 'markdown-mode-hook 'turn-on-smartparens-strict-mode)
+    
+    (sp-local-pair 'minibuffer-inactive-mode "'" nil :actions nil)
+    (sp-local-pair 'web-mode "{%" "%}")
     (sp-with-modes 'emacs-lisp-mode
       ;; disable ', it's the quote character!
       (sp-local-pair "'" nil :actions nil)