Function: cider-runtime-clojure-p
cider-runtime-clojure-p is a byte-compiled function defined in
cider-connection.el.
Signature
(cider-runtime-clojure-p)
Documentation
Check if the current runtime is Clojure.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defun cider-runtime-clojure-p ()
"Check if the current runtime is Clojure."
(eq (cider-runtime) 'clojure))