fix(emacs): enable yas-minor-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
577c725287
commit
8ca11e8c7c
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
||||||
(use-package consult :straight t
|
(use-package consult :straight t
|
||||||
:bind (("C-c r r" . consult-ripgrep)
|
:bind (("C-c r r" . consult-ripgrep)
|
||||||
("C-c r g" . consult-grep)))
|
("C-c r g" . consult-grep)))
|
||||||
(use-package yasnippet :straight t)
|
(use-package yasnippet :straight t
|
||||||
|
:hook ((prog-mode . yas-minor-mode)))
|
||||||
(use-package yasnippet-snippets :straight t)
|
(use-package yasnippet-snippets :straight t)
|
||||||
|
|
||||||
(provide 'priime-completion)
|
(provide 'priime-completion)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue