Enable yasnippet from any programming mode

This commit is contained in:
contrapunctus 2022-01-17 18:31:20 +05:30
parent 74995b3a7e
commit c2de0faffc
1 changed files with 1 additions and 1 deletions

View File

@ -3242,7 +3242,7 @@ But with =initials=, the desired completion is often buried in the results. That
(use-package yasnippet
:ensure t
:commands (yas-expand-snippet)
:hook (emacs-lisp-mode . yas-global-mode))
:hook (prog-mode . yas-global-mode))
#+END_SRC
** vertico