Skip to content

Commit

Permalink
Unbind ggtags' goto tag from M-.'
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiescent committed Jun 19, 2024
1 parent 88ef310 commit cd7aae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,8 @@ Store PREV-VAL in variable."
:hook ((js2-mode . ggtags-mode)
(rjsx-mode . ggtags-mode)
(java-mode . ggtags-mode)
(js-ts-mode . ggtags-mode)))
(js-ts-mode . ggtags-mode))
:config (define-key ggtags-mode-map (kbd "M-.") nil))

;;

Expand Down

0 comments on commit cd7aae3

Please sign in to comment.