Variable: clojure-expected-ns-function
clojure-expected-ns-function is a buffer-local variable defined in
clojure-mode.el.
Documentation
The function used to determine the expected namespace of a file.
clojure-mode ships a basic function named clojure-expected-ns
that does basic heuristics to figure this out.
CIDER provides a more complex version which does classpath analysis.
Source Code
;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defvar-local clojure-expected-ns-function nil
"The function used to determine the expected namespace of a file.
`clojure-mode' ships a basic function named `clojure-expected-ns'
that does basic heuristics to figure this out.
CIDER provides a more complex version which does classpath analysis.")