Disable yasnipets TAB keybidding.
This commit is contained in:
parent
fe46f716eb
commit
eea36dbe80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user