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 4c2030b commit 46a46d7Copy full SHA for 46a46d7
clojure-mode.el
@@ -222,7 +222,8 @@ describing the last `clojure-load-file' or `clojure-compile-file' command.")
222
"Prevent paredit from inserting useless spaces.
223
See `paredit-space-for-delimiter-predicates' for the meaning of
224
ENDP and DELIM."
225
- (if (derived-mode-p 'clojure-mode)
+ (if (or (derived-mode-p 'clojure-mode)
226
+ (derived-mode-p 'cider-repl-mode))
227
(save-excursion
228
(backward-char)
229
(if (and (or (char-equal delim ?\()
0 commit comments