[Emacs] Add binding for sp-kill-symbol

This commit is contained in:
Ivan Malison 2016-11-02 18:06:04 -07:00
parent 433ea2cf36
commit 456660b528
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1823,6 +1823,7 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
:demand t
:diminish smartparens-mode
:bind (:map smartparens-mode-map
("H-z" . sp-kill-symbol)
("C-)" . sp-forward-slurp-sexp)
("C-}" . sp-forward-barf-sexp)
("C-(" . sp-backward-slurp-sexp)