Open
Description
In some situations like mixed Clojure / Java projects with Virgil
(see: PR #2724 )
we need to re-evaluate the ns
macro of the current ns more often then in "usual Clojure coding",
as the (:import ...) of changed java classes needed to be re-evaluated in some situations to pickup changes.
Having a dedicated command which does so, and does not change cursor position, could be very useful.