]> git.eshelyaron.com Git - emacs.git/commitdiff
Change :group of 'eglot' defgroup to 'tools'
authorStefan Kangas <stefankangas@gmail.com>
Mon, 30 Sep 2024 22:15:08 +0000 (00:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:44:44 +0000 (08:44 +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'.

(cherry picked from commit 9c904e8ceae935a370a20f8255a355997786647c)

lisp/progmodes/eglot.el

index 68cf5bfd0360e95c292327bbf61b703a9f4e07ec..9925b93d43d8fd43f113d15e0d04d00f0841c24c 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'.