From bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 26 Apr 2025 11:47:23 +0800 Subject: [PATCH] ; typescript-ts-mode-multivar-indent-style: Add missing group. --- lisp/progmodes/typescript-ts-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index 466a3de6d0f..e0458b3192e 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -80,7 +80,8 @@ level: For changes to this variable to take effect, restart the major mode." :version "31.1" - :type 'symbol) + :type 'symbol + :group 'typescript) (defface typescript-ts-jsx-tag-face '((t . (:inherit font-lock-function-call-face)))