; Eglot: fix a typo in a customization type
* lisp/progmodes/eglot.el (eglot-ignored-server-capabilities): Fix the value associated with the tag "Go to declaration". (Bug#62849) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
2f59595f5f
commit
1456adf424
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ under cursor."
|
|||
(const :tag "Go to definition" :definitionProvider)
|
||||
(const :tag "Go to type definition" :typeDefinitionProvider)
|
||||
(const :tag "Go to implementation" :implementationProvider)
|
||||
(const :tag "Go to declaration" :implementationProvider)
|
||||
(const :tag "Go to declaration" :declarationProvider)
|
||||
(const :tag "Find references" :referencesProvider)
|
||||
(const :tag "Highlight symbols automatically" :documentHighlightProvider)
|
||||
(const :tag "List symbols in buffer" :documentSymbolProvider)
|
||||
|
|
Loading…
Add table
Reference in a new issue