Skip to content

Commit

Permalink
Don't pair single quotes in lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Oct 19, 2014
1 parent 9d87b6d commit c229ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c229ecb

Please sign in to comment.