From: Don Armstrong <don@donarmstrong.com>
Date: Tue, 26 Mar 2024 03:39:41 +0000 (-0700)
Subject: use yasnippet from straight
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c20e16f6a5b5e3b4db55a2bbf708c6468b8af29;p=lib.git

use yasnippet from straight
---

diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org
index 60f3c53..b44e938 100644
--- a/emacs_el/configuration/don-configuration.org
+++ b/emacs_el/configuration/don-configuration.org
@@ -440,6 +440,9 @@ value, scrolling continues until there is no more output.
             (yas-reload-all)
             )
   )
+(use-package yasnippet-snippets
+  :ensure t
+  )
 #+END_SRC
 *** Auto-YASnippet
 #+BEGIN_SRC emacs-lisp