This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-23
Channels
- # announcements (2)
- # beginners (82)
- # calva (13)
- # cider (12)
- # clara (4)
- # cljdoc (22)
- # clojure (89)
- # clojure-dev (23)
- # clojure-europe (16)
- # clojure-italy (39)
- # clojure-nl (8)
- # clojure-spec (28)
- # clojure-uk (36)
- # clojurescript (40)
- # cursive (10)
- # data-science (1)
- # datomic (27)
- # devcards (4)
- # emacs (1)
- # fulcro (25)
- # jobs (1)
- # jobs-discuss (3)
- # kaocha (5)
- # luminus (1)
- # nrepl (68)
- # off-topic (64)
- # pedestal (23)
- # planck (1)
- # quil (4)
- # re-frame (6)
- # reitit (5)
- # remote-jobs (4)
- # shadow-cljs (16)
- # spacemacs (11)
- # testing (1)
@alexcatalina clj-refactor works okay for me, although I dont use all the features. I just tried cljr-add-project-dependency
and it successfully add a library to the project.clj
file.
My setup is Spacemacs develop
- updated a few days ago
Leiningen 2.8.3
Java 1.8.0_191 (openjdk)
Yes, got it working, just needed to get the proper java downgrade
What’s the best way to edit a file in spacemacs gui from terminal? For instance with atom I can run atom -w <file>
Oh interesting, I’ll have to learn that.
If you run Emacs server or have Emacs as a daemon, then emacsclient starts instantly even if no other Emacs frames are open. There are settings in .spacemacs
config file to enable server and have it persistent (for develop
branch at least)
Great thanks!