clojure-emacs / clj-refactor.el

A CIDER extension that provides powerful commands for refactoring Clojure code.
GNU General Public License v3.0
771 stars 111 forks source link

Add clojure.math to magic require namespaces #539

Closed adrech closed 1 year ago

adrech commented 1 year ago

Clojure 1.11.0 provides the new clojure.math namespace. Users will expect that it's magically required by "math", analog to the other builtins.

Thanks!