Skip to content

Commit da02879

Browse files
author
Bozhidar Batsov
committed
Use the clojure-mode-syntax-table when reading Clojure code from the minibuffer
1 parent 8ae2fe8 commit da02879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-interaction.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ If INITIAL-VALUE is non-nil, it is inserted into the minibuffer before
435435
reading input."
436436
(minibuffer-with-setup-hook
437437
(lambda ()
438+
(set-syntax-table clojure-mode-syntax-table)
438439
(add-hook 'completion-at-point-functions
439440
#'cider-complete-at-point nil t)
440441
(run-hooks 'eval-expression-minibuffer-setup-hook))

0 commit comments

Comments
 (0)