Change :group of 'eglot' defgroup to 'tools'
authorStefan Kangas <stefankangas@gmail.com>
Mon, 30 Sep 2024 22:15:08 +0000 (00:15 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 30 Sep 2024 22:16:01 +0000 (00:16 +0200)
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'.

lisp/progmodes/eglot.el

index a358b8237953de64aa4b6f9f21ac629b05123c93..4306819b556af86a10eec05481fece3b8b8bd14a 100644 (file)
 (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'.