]> git.eshelyaron.com Git - emacs.git/commitdiff
; typescript-ts-mode-multivar-indent-style: Add missing group.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 26 Apr 2025 03:47:23 +0000 (11:47 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:30:21 +0000 (19:30 +0200)
(cherry picked from commit bacde21fde4794744eaaaf2f7f136ef0fdfbe0c8)

lisp/progmodes/typescript-ts-mode.el

index a51fea70d522dcd5b262764aef4ec1edcb77bd0a..55b2421a20efb1a95bfb9ab33d84f42c44748714 100644 (file)
@@ -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)))