plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

Update CIDER vars in .dir-locals.el #245

Closed TimoFreiberg closed 5 years ago

TimoFreiberg commented 5 years ago

The vars cider-refresh-before-fn and cider-refresh-after-fn are obsolete since 0.18: https://github.com/clojure-emacs/cider/blob/master/cider-ns.el#L104 It seems like using those variables should still work, but before these changes, cider-ns-refresh only printed "Don't know how to make a localized variable an alias” (see https://stackoverflow.com/questions/52191455/calling-cider-refresh-shows-dont-know-how-to-make-a-localized-variable-an-alia) After these changes (and an emacs restart), cider-ns-refresh worked again.

featheredtoast commented 5 years ago

This is probably good to do, thanks!

featheredtoast commented 5 years ago

thumbs_up