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 6646778 commit ae19fe2Copy full SHA for ae19fe2
cider-completion.el
@@ -297,7 +297,7 @@ Only affects the `cider' completion category.`"
297
(unless found-styles
298
(setq found-styles '(styles basic)))
299
(unless (member 'flex found-styles)
300
- (setq found-styles (append found-styles '(flex))))
+ (setq found-styles (apply #'list 'styles 'flex (cdr found-styles))))
301
(add-to-list 'completion-category-overrides (apply #'list 'cider found-styles (when found-cycle
302
(list found-cycle))))))
303
0 commit comments