This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-04
Channels
- # admin-announcements (14)
- # aleph (3)
- # beginners (75)
- # boot (95)
- # carry (4)
- # cider (23)
- # clojure (39)
- # clojure-android (3)
- # clojure-brasil (2)
- # clojure-dev (17)
- # clojure-gamedev (1)
- # clojure-mexico (12)
- # clojure-poland (12)
- # clojure-romania (1)
- # clojure-russia (10)
- # clojure-spec (8)
- # clojure-uk (36)
- # clojurescript (34)
- # core-async (4)
- # datomic (40)
- # emacs (1)
- # events (7)
- # hoplon (119)
- # instaparse (52)
- # keechma (71)
- # mount (4)
- # off-topic (9)
- # om (4)
- # onyx (3)
- # other-languages (23)
- # protorepl (3)
- # re-frame (9)
- # reagent (26)
- # rethinkdb (5)
- # spacemacs (2)
- # testing (1)
- # yada (1)
Hi, I’d like to use this setting:
(setq cider-refresh-before-fn "start-server"
cider-refresh-after-fn "stop-server”)
but only for one projectso, what would be a nice way of storing custom settings for a selected projectile project?
This is my .dir-locals.el
:
((nil . ((cider-refresh-before-fn . "wunder-auth.repl/stop-server")
(cider-refresh-after-fn . "wunder-auth.repl/start-server"))))
this is the output I see when I exectue the function describe-personal-keybindings
C-c C-o `cider-repl-clear-buffer’
but when i execute C-c C-o
it doesn’t do anything