]> git.donarmstrong.com Git - lib.git/commitdiff
use yasnippet from straight master
authorDon Armstrong <don@donarmstrong.com>
Tue, 26 Mar 2024 03:39:41 +0000 (20:39 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 26 Mar 2024 03:39:41 +0000 (20:39 -0700)
emacs_el/configuration/don-configuration.org

index 60f3c536bf3d40536761d963af0e11bd92987e80..b44e9388881613574edf4c3082058ccc224cec83 100644 (file)
@@ -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