Prevent yas-minor-mode from being enabled in EMMS playlist buffers

This commit is contained in:
contrapunctus 2022-01-21 23:46:10 +05:30
parent 5c02744cc0
commit fad24f9910
1 changed files with 1 additions and 1 deletions

View File

@ -3265,7 +3265,7 @@ But with =initials=, the desired completion is often buried in the results. That
(use-package yasnippet
:ensure t
:commands (yas-expand-snippet)
:hook (prog-mode . yas-global-mode)
:hook (prog-mode . yas-minor-mode-on)
:bind (:map yas-minor-mode-map
("<tab>" . nil)
("TAB" . nil)