Fork me on GitHub
#spacemacs
<
2017-02-09
>
romain01:02:34

Does anyone have a list of package to exclude (I use ivy instead of helm and I don't use evil) ?

kasuko16:02:06

Does anyone know if it’s possible to apply cider settings per projectile project rather than globally? 1. I would like the repl history to be per project rather than a global file. 2. I would like to be able to specify the cider-cljs-lein-repl for different projects.

ag18:02:35

@kasuko you can set things in .dir-locals.el file

kasuko18:02:01

@ag Thanks, that looks exactly like what I want.

kasuko19:02:17

Hmmm, though something isn’t quite right. I set it through the .dir-locals.el file and it shows up fine if I describe the variable in emacs but when I run cider-jack-in-clojurescript it continues to start a Rhino repl

kasuko19:02:56

this is for the cider-cljs-lein-repl command

ag20:02:08

@kasuko ((nil . ((cider-boot-parameters . “start”)))) this is what I have in .dir-locals. But we use boot.