Don't pair single quotes in lisp

This commit is contained in:
Tristan Hume 2014-10-19 15:52:01 -04:00
parent 9d87b6d33f
commit c229ecbd2e

View file

@ -1563,7 +1563,10 @@ inserted in the buffer (if it is not read-only)."
(add-to-hooks 'smartparens-mode '(erlang-mode-hook
markdown-mode-hook
prog-mode-hook))
(spacemacs//diminish smartparens-mode " (Ⓢ)"))))
(spacemacs//diminish smartparens-mode " (Ⓢ)"))
:config
(progn
(sp-local-pair 'emacs-lisp-mode "'" nil :actions nil))))
(defun spacemacs/init-smeargle ()
(use-package smeargle