[Emacs] Use yasnippet-snippets

This commit is contained in:
Ivan Malison 2023-09-21 13:03:19 -06:00
parent d64a3ef8e9
commit 3a73d719b0

View File

@ -2208,6 +2208,10 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(setq yas-prompt-functions
(cons 'yas-ido-prompt
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
(use-package yasnippet-snippets
:after yasnippet
:demand t)
#+END_SRC
** align
#+BEGIN_SRC emacs-lisp