From: Stefan Kangas Date: Mon, 30 Sep 2024 22:15:08 +0000 (+0200) Subject: Change :group of 'eglot' defgroup to 'tools' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c84afff7571b1c5214a41e24d0f1c58a06fbcdcb;p=emacs.git 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'. (cherry picked from commit 9c904e8ceae935a370a20f8255a355997786647c) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 68cf5bfd036..9925b93d43d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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'.