Use M-TAB instead of TAB for yasnippet to avoid accidental expansion

This commit is contained in:
Adam Goldsmith 2024-02-07 23:39:46 -05:00
parent 760e779db5
commit 9e60bde41c
1 changed files with 3 additions and 0 deletions

View File

@ -831,6 +831,9 @@
(use-package yasnippet
:commands yas-minor-mode
:bind (:map yas-minor-mode-map
("TAB" . nil)
("M-TAB" . yas-expand))
:init
(add-hook 'LaTeX-mode-hook
(lambda ()