cljr project clean - clojure-emacs/clj-refactor.el GitHub Wiki
pc Project clean
cljr-project-clean runs some clean up functions on all clj files in a project in bulk. By default, cljr-clean-ns. Additionally, cljr-sort-project-dependencies is called to put the
project.clj file in order. Before any changes are made, the user is prompted for confirmation because this function can touch a large number of files.
The prompting can be switched off by setting cljr-project-clean-prompt to nil:
(setq cljr-project-clean-prompt nil)
The list of functions run by cljr-project-clean is also configurable via cljr-project-clean-functions. You can add more functions defined in clj-refactor, remove some, or even use functions you've written yourself.