We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce0f46 commit 265c069Copy full SHA for 265c069
clojure-mode.el
@@ -80,6 +80,9 @@
80
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
81
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
82
83
+(defconst clojure-mode-version "4.0.0-snapshot"
84
+ "The current version of `clojure-mode'.")
85
+
86
(defface clojure-keyword-face
87
'((t (:inherit font-lock-constant-face)))
88
"Face used to font-lock Clojure keywords (:something)."
@@ -172,9 +175,6 @@ For example, \[ is allowed in :db/id[:db.part/user]."
172
175
(modify-syntax-entry ?# "_ p" table)
173
176
table))
174
177
-(defconst clojure-mode-version "3.1.0-snapshot"
- "The current version of `clojure-mode'.")
-
178
(defconst clojure--prettify-symbols-alist
179
'(("fn" . ?λ)))
180
0 commit comments