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'.
(cherry picked from commit
9c904e8ceae935a370a20f8255a355997786647c)
(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'.