clojure-emacs / clj-refactor.el

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

clean-ns is too broad #454

Closed achikin closed 4 years ago

achikin commented 4 years ago

I want to use clean-ns only to remove duplicate requirements. I work on a big project with other people and can't introduce huge diffs.

expez commented 4 years ago

Sounds like clean-ns isn't for you. It's meant as a one-stop shop so nobody ever has to look at the ns form.