branch: elpa/gnu-indent commit cd5dc79ac65c24e9e775bd2582ad620e316f2182 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Add Codeberg link to custom group --- gnu-indent.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu-indent.el b/gnu-indent.el index 6d50e85b23..0d6a286ed1 100644 --- a/gnu-indent.el +++ b/gnu-indent.el @@ -40,7 +40,8 @@ (defgroup gnu-indent nil "Indent your code with GNU Indent." - :group 'tools) + :group 'tools + :link '(url-link "https://codeberg.org/akib/emacs-gnu-indent")) (defcustom gnu-indent-program "indent" "Name of GNU Indent executable."