Skip to content

Commit

Permalink
tweak(cape): tweak the cape backends
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 8, 2023
1 parent c427db1 commit 7540b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:after minemacs-loaded
:demand t
:config
(dolist (fn '(cape-file cape-ispell cape-symbol cape-keyword))
(dolist (fn '(cape-file cape-elisp-block cape-keyword cape-symbol))
(add-to-list 'completion-at-point-functions fn)))

(use-package corfu
Expand Down

0 comments on commit 7540b43

Please sign in to comment.