Change :group of 'eglot' defgroup to 'tools'
In 'M-x customize', Eglot fits in better in "Programming -> Tools", with the likes of Flymake and Gud, than it does in "Applications", with ERC and Newsticker. * lisp/progmodes/eglot.el (eglot): Change :group of defgroup to 'tools'.
This commit is contained in:
parent
fd1a1b0780
commit
9c904e8cea
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
(defgroup eglot nil
|
(defgroup eglot nil
|
||||||
"Interaction with Language Server Protocol servers."
|
"Interaction with Language Server Protocol servers."
|
||||||
:prefix "eglot-"
|
:prefix "eglot-"
|
||||||
:group 'applications)
|
:group 'tools)
|
||||||
|
|
||||||
(defun eglot-alternatives (alternatives)
|
(defun eglot-alternatives (alternatives)
|
||||||
"Compute server-choosing function for `eglot-server-programs'.
|
"Compute server-choosing function for `eglot-server-programs'.
|
||||||
|
|
Loading…
Add table
Reference in a new issue