diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 72d3cbd1..45f410fe 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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