diff options
| author | João Távora <joaotavora@gmail.com> | 2022-12-04 13:24:00 +0000 |
|---|---|---|
| committer | João Távora <joaotavora@gmail.com> | 2022-12-04 13:24:00 +0000 |
| commit | 18e790944e231a6aa49b09a56f149dced796e939 (patch) | |
| tree | 520c2224291008289b107e4039579c7eb6348fc6 /lisp/progmodes | |
| parent | 9eae95a8231159627d4fc6e4699f263b963ba391 (diff) | |
| download | emacs-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.el | 2 |
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)))))))) |
