This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-23
Channels
- # arachne (3)
- # aws (1)
- # bangalore-clj (2)
- # beginners (19)
- # boot (151)
- # cider (72)
- # cljs-dev (9)
- # cljsjs (7)
- # cljsrn (37)
- # clojure (215)
- # clojure-austin (1)
- # clojure-denmark (2)
- # clojure-dev (68)
- # clojure-india (1)
- # clojure-ireland (2)
- # clojure-italy (4)
- # clojure-mke (1)
- # clojure-nl (4)
- # clojure-russia (4)
- # clojure-serbia (1)
- # clojure-spec (29)
- # clojure-uk (23)
- # clojurescript (23)
- # cursive (24)
- # datomic (71)
- # emacs (5)
- # events (1)
- # gsoc (11)
- # hoplon (20)
- # klipse (4)
- # lambdaisland (2)
- # leiningen (3)
- # luminus (3)
- # off-topic (30)
- # om (40)
- # om-next (1)
- # onyx (15)
- # pedestal (19)
- # perun (7)
- # planck (23)
- # proton (1)
- # protorepl (2)
- # re-frame (35)
- # reagent (21)
- # ring-swagger (38)
- # rum (19)
- # spacemacs (9)
- # untangled (11)
- # vim (5)
- # yada (4)
Dear channel, I just recently started learning Spacemacs and I have a question. Say, I have this code:
(->
abc
def)
Now, I want to swap last two lines so it becomes
(->
def
abc)
Is there a single command for that? I was trying to guess by the name (`SPC ?`), but so far nothing helpful has popped out, but still, I have strong feeling that it could be done.@rishat: Try sp-transpose-sexp
(I had trouble finding it as well : ) with SPC k t
(whilst standing on the latter of the items you want to swap)
I want to change the default background color of spacemacs-light theme. Where/how to do that?
spc spc customize-themes iirc
at least, that's the old emacs way. don't know if there's a cool spacemacs alternative way
thanks, Alan,. I’m digging spacemacs mostly, but keep getting lost in the emacs pit of trying find the way to do a simple change
cool. it's a pit, but also a powerful pit
i like spacemacs partly because it's 'just emacs' underneath, with all the craziness if you need it