This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-12
Channels
- # arachne (1)
- # beginners (26)
- # cljs-dev (53)
- # cljsrn (1)
- # clojure (140)
- # clojure-italy (13)
- # clojure-russia (14)
- # clojure-spec (5)
- # clojure-uk (6)
- # clojurescript (52)
- # datascript (4)
- # datomic (11)
- # dirac (11)
- # emacs (12)
- # hoplon (9)
- # jobs (4)
- # lein-figwheel (1)
- # off-topic (29)
- # om (10)
- # om-next (1)
- # pedestal (3)
- # protorepl (1)
- # re-frame (16)
- # ring (12)
- # rum (27)
- # slack-help (12)
- # spacemacs (27)
- # unrepl (19)
- # untangled (26)
- # yada (8)
@mkeathley: could you give an example of what you mean?
@luxbock I suppose another way of saying it is deleting the contents between a matching set of [ ] characters.
@mkeathley For vanilla evil-mode, di[
will do it, ie delete-in-[
. With evil-cleverparens you could also use dif
since cleverparens adds the f
(form) text-object.
Well, for deleting in parens it would be di(
. Similarly you can do delete-in-
with {
, "
, and some others.
If you haven't read this, it was something that fundamentally changed how I vim. Just a really key insight. https://yanpritzker.com/learn-to-speak-vim-verbs-nouns-and-modifiers-d7bfed1f6b2d
How does one integrate Sayid with spacemacs? I feel like i should drop
(eval-after-load 'clojure-mode
'(sayid-setup-package))
In my .spacemacs file under additional packages, but i when i start emacs i get a eval after load package not found
I suspect that's a fn that does some setup stuff rather than the name of the package.
In additional-packages you just want to put sayid
.
@drewverlee
Let us know how sayid + spacemacs works out for you, I may give it a shot if your integration goes smoothly -- saw him give the talk at this last /conj, but haven't tried it yet.
@drewverlee @eggsyntax FYI, I believe abcdw (github user) is working on a spacemacs layer https://github.com/bpiel/sayid/issues/19