Fork me on GitHub
#spacemacs
<
2019-04-03
>
martinklepsch07:04:35

What's a common (or idiomatic keybinding given spacemacs setup) for slurping sexps?

lispyclouds07:04:54

@martinklepsch im using the smartparens in spacemacs for this. SPC-k-s

lispyclouds07:04:41

SPC-k-S for backwards and b and B for barfs

martinklepsch08:04:02

@rahul080327 neat! Somehow I didn't find this before (and I did look 😅)

spacemacs 4
Andrea Imparato09:04:07

hello, has anybody ever tried to use pywal (https://github.com/dylanaraps/pywal) on osx and try to use the xresources-theme package?

practicalli-johnny17:04:15

@martinklepsch lots of structural editing fun with Lisp state under SPC k https://github.com/syl20bnr/evil-lisp-state

practicalli-johnny18:04:53

@ag I had a recent PR merged today for Clojure layer, so looks it like the maintainers may be catching up

ag18:04:45

yah, totally. Seems too many people complained about not having a release for almost a year. There’s a lot of work they have to get done, I guess we can wait for a bit longer. I’m feeling good about new release, might even consider switching back to master when it’s out

practicalli-johnny18:04:32

There seem to be a couple of new maintainers. There are also planning more frequent point releases and using a nice tagging system to highlight changes for a release.

ag18:04:46

what’s been bugging me for a long time - nobody closes old issues. There are so many issues that either incomplete or irrelevant or describing an upstream problem that may have been already fixed

martinklepsch19:04:01

Thanks @jr0cket - lisp state looks great. My current usage has mostly been just slurp (believe it or not). I probably don’t need the extra state in most cases (ie just back to normal mode after slurp) but I’m sure there a way to make that work

practicalli-johnny19:04:21

I mostly use slurp, barf and raise (my new favourite). I sometimes use delete, but C-k is usually enough to cut an expression.