This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-03
Channels
- # beginners (112)
- # boot (13)
- # cider (17)
- # cljsjs (2)
- # cljsrn (8)
- # clojure (57)
- # clojure-spec (2)
- # clojure-uk (5)
- # clojurescript (51)
- # cursive (4)
- # data-science (15)
- # datomic (1)
- # duct (17)
- # garden (4)
- # lein-figwheel (49)
- # midje (1)
- # nyc (1)
- # off-topic (8)
- # pedestal (1)
- # portkey (20)
- # re-frame (4)
- # reagent (27)
- # ring (1)
- # shadow-cljs (24)
- # spacemacs (7)
- # specter (3)
- # sql (5)
- # yada (5)
is there a way to open up a file from helm in a vertical split? I know C-c o but that opens it up in a horizontal one
@orestis Well this is odd.... when I look in the package-list, I see cider-decompile, cider-hydra, and cider-theme, but no cider
I'm using whatever the Spacemacs Clojure layer installs, I haven't messed with anything else
that layer hasn't been updated in a while--- is it pinned to the latest CIDER? did you have to make a change yourself?
If you are not getting the latest Cider, it may be because you are on the stable (master) branch of Spacemacs, which is pinned to the stable only packages of Ella. The development branch is stable to use and has regular updates. Recommend you use Spacemacs develop branch (run git checkout develop in your .emacs.d directory. Then update Spacemacs (git pull origin develop --rebase true). Then check for updates to your .spacemacs file (SPC f e D). Then update the packages (link on the Spacemacs home buffer SPC b h). Recommend you restart Emacs after all that (SPC q r). Hope that helps