Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve pretty-printing of namespaces
This makes the pretty-printed namespace form more in line with the clojure style guide. Specifically we go from: ``` (ns foo.bar (:require [this.library :as lib])) ``` To: ``` (ns foo.bar (:require [this.library :as lib])) ``` This commit closes clojure-emacs/clj-refactor.el#459
- Loading branch information