Variable: clojure--align-search-regexp-cache

clojure--align-search-regexp-cache is a variable defined in clojure-mode.el.

Value

nil

Documentation

Cached regexp for clojure--find-sexp-to-align.

A cons of (KEY . REGEXP) where KEY captures the inputs used to build it.

Source Code

;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defvar clojure--align-search-regexp-cache nil
  "Cached regexp for `clojure--find-sexp-to-align'.
A cons of (KEY . REGEXP) where KEY captures the inputs used to build it.")