summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
Diffstat (limited to 'cape.el')
-rw-r--r--cape.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/cape.el b/cape.el
index 668af70..cf83a61 100644
--- a/cape.el
+++ b/cape.el
@@ -892,7 +892,7 @@ result. Such behavior is useful when listing multiple super Capfs in
the `completion-at-point-functions':
(setq completion-at-point-functions
- (list (cape-capf-super \\='eglot-completion-at-point
+ (list (cape-capf-super \\='elisp-completion-at-point
:with \\='tempel-complete)
(cape-capf-super \\='cape-dabbrev
:with \\='tempel-complete)))"
@@ -987,10 +987,10 @@ the `completion-at-point-functions':
(if (and table-pred pred)
(lambda (x) (and (funcall table-pred x) (funcall pred x)))
(or table-pred pred)))))))
- :company-prefix-length ,prefix-len
:category cape-super
- :display-sort-function identity
- :cycle-sort-function identity
+ :company-prefix-length ,prefix-len
+ :display-sort-function ,#'identity
+ :cycle-sort-function ,#'identity
,@(and (not exclusive) '(:exclusive no))
,@(mapcan
(lambda (prop)