Variable: clojure-cheatsheet-url
clojure-cheatsheet-url is a variable defined in clojure-mode.el.
Value
"https://clojure.org/api/cheatsheet"
Documentation
The URL of the official Clojure cheatsheet.
Source Code
;; Defined in ~/.emacs.d/elpa/clojure-mode-20260325.811/clojure-mode.el
(defconst clojure-cheatsheet-url "https://clojure.org/api/cheatsheet"
"The URL of the official Clojure cheatsheet.")