Fork me on GitHub
#emacs
<
2022-08-12
>
Drew Verlee20:08:18

Is this the right way to set cider-refres-before-fn? in a .dir-locals.el file?

((nil . (
         (cider-refresh-before-fn . "reloaded.repl/suspend")
         (cider-refresh-after-fn . "reloaded.repl/resume")
         )))

Drew Verlee20:08:39

i'm missing the -ns

Drew Verlee20:08:03

these files would benfit from 1. linting 2. autocomplete 3. anykind of easy way to check if there working lol