From: Stefan Kangas Date: Mon, 30 Sep 2024 22:15:08 +0000 (+0200) Subject: Change :group of 'eglot' defgroup to 'tools' X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c904e8ceae935a370a20f8255a355997786647c;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'. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index a358b823795..4306819b556 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'.