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 010d859 commit cf53284Copy full SHA for cf53284
inf-clojure.el
@@ -178,7 +178,7 @@ The following commands are available:
178
179
\\{inf-clojure-minor-mode-map}"
180
:lighter "" :keymap inf-clojure-minor-mode-map
181
- (setq comint-input-sender 'inf-clojure--send-string)
+ (setq-local comint-input-sender 'inf-clojure--send-string)
182
(inf-clojure-eldoc-setup)
183
(make-local-variable 'completion-at-point-functions)
184
(add-to-list 'completion-at-point-functions
0 commit comments