Fork me on GitHub
#editors
<
2015-07-19
>
borkdude09:07:16

can I get a paredit-like behavior when editing html in emacs? like C-k only cutting away parts of a string, or until the next closing tag?

malabarba09:07:52

@borkdude: You can bind paredit-kill to C-k

malabarba09:07:58

Or you can try out smartparens

borkdude09:07:21

oh I believe I'm using smartparens, as I'm using prelude

borkdude09:07:57

so, it's sm-kill-word. thanks

bozhidar11:07:56

generally smartparens behaves way better than paredit, in non-lisp modes