branch: elpa/typst-ts-mode
commit 1e6b8ad1a973280df45ed2b402e13eaff4ed0b23
Author: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>
Commit: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>

    bugfix: remove duplicate menuitem #62
---
 typst-ts-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index d4e18326ba..cc8effd09d 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -552,8 +552,6 @@ This function is meant to be used when user hits a return 
key."
      ["Watch Mode" typst-ts-watch-mode
       :key "C-c C-w"])
     ["Symbol/Emoji Picker" typst-ts-editing-symbol-picker]
-    ["Follow Thing at Point" typst-ts-mc-open-at-point
-     :key "C-c C-o"]
     ["Follow Thing at Point" typst-ts-mc-open-at-point
      :key "C-c C-o"]
     ["Edit Code Block" typst-ts-edit-indirect

Reply via email to