Enable yasnippets in emacs-lisp-mode

This commit is contained in:
contrapunctus 2022-01-06 11:01:15 +05:30
parent 6ab8685c3e
commit 903bfa4691
1 changed files with 2 additions and 1 deletions

View File

@ -3334,7 +3334,8 @@ Used by Eldev documentation.
:END:
#+BEGIN_SRC emacs-lisp
(use-package yasnippet
:commands (yas-expand-snippet))
:commands (yas-expand-snippet)
:hook (emacs-lisp-mode . yas-global-mode))
#+END_SRC
* Programming