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 2d86379 commit d35611eCopy full SHA for d35611e
cider-completion.el
@@ -290,7 +290,7 @@ This style supports non-prefix completion candidates returned by the
290
completion backend. Only affects the `cider' completion category. If ARG
291
is `1' or nil, enables the custom completion style; if `-1', disables it."
292
(interactive)
293
- (if (= arg -1)
+ (if (eq arg -1)
294
(setq completion-category-overrides
295
(assq-delete-all 'cider completion-category-overrides))
296
(let* ((cider (assq 'cider completion-category-overrides))
0 commit comments