branch: elpa/typst-ts-mode
commit 14f1ddd1720db324cb99697a5e48506637e7e1ea
Author: meowking <mr.meowk...@posteo.com>
Commit: meowking <mr.meowk...@posteo.com>

    chore
---
 typst-ts-misc-commands.el | 3 ++-
 typst-ts-mode.el          | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/typst-ts-misc-commands.el b/typst-ts-misc-commands.el
index f2da61031f..bffe9901d9 100644
--- a/typst-ts-misc-commands.el
+++ b/typst-ts-misc-commands.el
@@ -38,7 +38,8 @@ When it is local it will open it inside Emacs (THING will be 
a relative link)."
 
 (defcustom typst-ts-mc-open-function #'typst-ts-mc-open-thing-function
   "The function that is called by `typst-ts-mc-open-at-point'."
-  :type 'function)
+  :type 'function
+  :group 'typst)
 
 (defun typst-ts-mc-install-grammar ()
   "Install Typst grammar."
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 9d661b432c..7c6f4bce00 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -2,8 +2,8 @@
 ;; Copyright (C) 2023-2025 The typst-ts-mode Project Contributors
 
 ;; Version: 0.11.0
-;; Author: Ziqi Yang <mr.meowk...@anche.no>
-;; Maintainer: Ziqi Yang <mr.meowk...@anche.no>
+;; Author: Meow King <mr.meowk...@posteo.com>
+;; Maintainer: Meow King <mr.meowk...@posteo.com>
 ;;   Huan Nguyen <nguyenthieuh...@gmail.com>
 ;; Keywords: typst languages tree-sitter
 ;; URL: https://codeberg.org/meow_king/typst-ts-mode

Reply via email to