editors

Discussion about all editors used for Clojure/ClojureScript
borkdude 2015-07-19T09:50:16.000003Z

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?

malabarba 2015-07-19T09:51:52.000004Z

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

malabarba 2015-07-19T09:51:58.000005Z

Or you can try out smartparens

borkdude 2015-07-19T09:52:21.000006Z

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

borkdude 2015-07-19T09:52:57.000007Z

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

malabarba 2015-07-19T09:53:46.000008Z

👍

bozhidar 2015-07-19T11:34:56.000009Z

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