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 633331f commit b031cb1Copy full SHA for b031cb1
clojure-mode.el
@@ -172,7 +172,7 @@ double quotes on the third column."
172
:type 'integer
173
:safe 'integerp)
174
175
-(defcustom clojure-omit-space-between-tag-and-delimiters '(?\[ ?\{)
+(defcustom clojure-omit-space-between-tag-and-delimiters '(?\[ ?\{ ?\()
176
"Allowed opening delimiter characters after a reader literal tag.
177
For example, \[ is allowed in :db/id[:db.part/user]."
178
:type '(set (const :tag "[" ?\[)
0 commit comments