Disable yasnipets TAB keybidding.

This commit is contained in:
kj 2022-06-18 20:37:11 -04:00
parent fe46f716eb
commit eea36dbe80
1 changed files with 3 additions and 0 deletions

View File

@ -300,6 +300,9 @@
:defer t
:straight t
:ensure t
:bind (:map yas-minor-mode-map
("TAB" . nil)
("<tab>" . nil)) ;; unbid tab for yasnippets
:custom
(yas-prompt-functions '(yas-completing-prompt))
:hook