cljr add import to ns - clojure-emacs/clj-refactor.el GitHub Wiki
ai Add import to namespace declaration

Adds an (:import ) clause to the namespace declaration if necessary, then lets you type out your import in a highlighted field. Tab out of the field to jump back to where you were. If cljr-auto-clean-ns is true (the default), the namespace is cleaned up afterwards.