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