This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-20
Channels
- # beginners (27)
- # calva (32)
- # cider (9)
- # clojure (111)
- # clojure-spec (71)
- # clojure-uk (7)
- # clojurescript (22)
- # cursive (20)
- # devcards (1)
- # emacs (4)
- # fulcro (3)
- # hyperfiddle (3)
- # off-topic (8)
- # pathom (26)
- # planck (19)
- # quil (4)
- # re-frame (1)
- # reitit (43)
- # rewrite-clj (9)
- # shadow-cljs (13)
- # spacemacs (7)
- # uncomplicate (5)
hi, there used to be an option to directly add a project dependency from spacemacs that i don’t see now
has there been major changes to the clojure layer?
it seems that clj-refactor does the job, but apparently is not included by default
clj-refactor and sayid are not included by default in the clojure layer anymore. You have to use clojure-enable-clj-refactor
dotspacemacs-configuration-layers
'((clojure :variables clojure-enable-clj-refactor t)
thanks, i got there and enabled it, now i’m having trouble including nrefactor-nrepl.. i’ll keeep reading
anyone able to use clj-refactor right now? i’m getting https://github.com/clojure-emacs/clj-refactor.el/issues/435