Variable: jank-mode-hook
jank-mode-hook is a variable defined in clojure-mode.el.
Value
nil
Documentation
Hook run after entering Jank mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
;;;###autoload
(define-derived-mode jank-mode clojure-mode "Jank"
"Major mode for editing Jank code.
\\{jank-mode-map}")