cljr add declaration - clojure-emacs/clj-refactor.el GitHub Wiki

ad Add declaration

Add a declare for the current top-level form.

Finds the name of the current def/defn/etc, then inserts a new (declare <name>). The position is either before any other declare statements, or right after the namespace declaration.

⚠️ **GitHub.com Fallback** ⚠️