Skip to content

Commit a6bc4a6

Browse files
authored
fix(cape): suggested command does not exist (#121)
The suggested command to add multiple completion with `cape` was wrong. It was: `cape-super-capf` It should be: `cape-capf-super`
1 parent d261678 commit a6bc4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Here is an example configuration:
7474
;; (add-hook 'python-mode-hook
7575
;; (lambda ()
7676
;; (setq-local completion-at-point-functions
77-
;; (list (cape-super-capf #'codeium-completion-at-point #'lsp-completion-at-point)))))
77+
;; (list (cape-capf-super #'codeium-completion-at-point #'lsp-completion-at-point)))))
7878
;; an async company-backend is coming soon!
7979
8080
;; codeium-completion-at-point is autoloaded, but you can

0 commit comments

Comments
 (0)