Disable yasnipets TAB keybidding.
This commit is contained in:
parent
fe46f716eb
commit
eea36dbe80
@ -300,6 +300,9 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:bind (:map yas-minor-mode-map
|
||||||
|
("TAB" . nil)
|
||||||
|
("<tab>" . nil)) ;; unbid tab for yasnippets
|
||||||
:custom
|
:custom
|
||||||
(yas-prompt-functions '(yas-completing-prompt))
|
(yas-prompt-functions '(yas-completing-prompt))
|
||||||
:hook
|
:hook
|
||||||
|
Loading…
Reference in New Issue
Block a user