branch: elpa/raku-mode commit 0dd62e4d1f3123bbd05ba5b11e56affea0031638 Author: Tim Van den Langenbergh <tmt_...@gmx.com> Commit: Tim Van den Langenbergh <tmt_...@gmx.com>
Add missing 's' to parent customization group name. --- raku-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raku-mode.el b/raku-mode.el index 9be44b1c5a..b42113e86d 100644 --- a/raku-mode.el +++ b/raku-mode.el @@ -36,7 +36,7 @@ (defgroup raku nil "Major mode for editing Raku code." :prefix "raku-" - :group 'language) + :group 'languages) (require 'raku-detect) (require 'raku-font-lock)