Closed TimoFreiberg closed 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.
cider-refresh-before-fn
cider-refresh-after-fn
cider-ns-refresh
This is probably good to do, thanks!
The vars
cider-refresh-before-fn
andcider-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.