summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2022-12-04 13:24:00 +0000
committerJoão Távora <joaotavora@gmail.com>2022-12-04 13:24:00 +0000
commit18e790944e231a6aa49b09a56f149dced796e939 (patch)
tree520c2224291008289b107e4039579c7eb6348fc6 /lisp/progmodes
parent9eae95a8231159627d4fc6e4699f263b963ba391 (diff)
downloademacs-18e790944e231a6aa49b09a56f149dced796e939.tar.gz
Update eglot.el to use the new external-completion-table
* lisp/progmodes/eglot.el (xref-backend-identifier-completion-table): Update.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7fe6fd6b2d7..5cc769d4b03 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -2575,8 +2575,8 @@ If BUFFER, switch to it before."
0 'eglot--lsp-workspaceSymbol c)
:score 0)))
(external-completion-table
- #'lookup
'eglot-indirection-joy
+ #'lookup
`((cycle-sort-function
. ,(lambda (completions)
(cl-sort completions #'> :key #'score))))))))