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:
@@ -180,7 +180,7 @@
|
||||
(defgroup eglot nil
|
||||
"Interaction with Language Server Protocol servers."
|
||||
:prefix "eglot-"
|
||||
:group 'applications)
|
||||
:group 'tools)
|
||||
|
||||
(defun eglot-alternatives (alternatives)
|
||||
"Compute server-choosing function for `eglot-server-programs'.
|
||||
|
||||
Reference in New Issue
Block a user