Variable: clojure-verify-major-mode

clojure-verify-major-mode is a customizable variable defined in clojure-mode.el.

Value

t

Documentation

If non-nil, warn when activating the wrong major-mode.

This variable was added, or its default value changed, in clojure-mode version (5.3.0).

Source Code

;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defcustom clojure-verify-major-mode t
  "If non-nil, warn when activating the wrong `major-mode'."
  :type 'boolean
  :safe #'booleanp
  :package-version '(clojure-mode "5.3.0"))