]> git.donarmstrong.com Git - lib.git/commitdiff
ensure auto ya-snippet
authorDon Armstrong <don@donarmstrong.com>
Wed, 14 Feb 2018 22:20:00 +0000 (14:20 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 14 Feb 2018 22:20:00 +0000 (14:20 -0800)
emacs_el/configuration/don-configuration.org

index b755b83f5ed81319292616f3fad7aae9e606b983..aa6653bab706bd79e64ffd931a1787f53952f0cd 100644 (file)
@@ -358,6 +358,7 @@ value, scrolling continues until there is no more output.
 *** Auto-YASnippet
 #+BEGIN_SRC emacs-lisp
   (use-package auto-yasnippet
+    :ensure t
     :bind (("H-w" . aya-create)
            ("H-y" . aya-expand)
            )