[Emacs] Add binding for sp-kill-symbol
This commit is contained in:
parent
433ea2cf36
commit
456660b528
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user