1
0
Fork 0

fix(emacs): enable yas-minor-mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-04 00:52:47 -05:00
parent 577c725287
commit 8ca11e8c7c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)