]> git.donarmstrong.com Git - lib.git/commitdiff
ensure magit and magit-annex
authorDon Armstrong <don@donarmstrong.com>
Wed, 9 Nov 2016 19:49:15 +0000 (11:49 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 9 Nov 2016 19:49:15 +0000 (11:49 -0800)
emacs_el/configuration/don-configuration.org

index 552feec13be98698f00de4050fd82de658c5623b..73aa1cc4078d8b833c2f9ff438668d87f17d8bb0 100644 (file)
@@ -280,7 +280,7 @@ value, scrolling continues until there is no more output.
 ** Magit
 #+BEGIN_SRC emacs-lisp :tangle don-configuration.el
   (use-package magit
 ** Magit
 #+BEGIN_SRC emacs-lisp :tangle don-configuration.el
   (use-package magit
-    :ensure f
+    :ensure t
     :config
     ;; don't verify where we are pushing
     (setq magit-push-always-verify nil)
     :config
     ;; don't verify where we are pushing
     (setq magit-push-always-verify nil)
@@ -292,8 +292,7 @@ value, scrolling continues until there is no more output.
                   load-path))
     )
   (use-package magit-annex
                   load-path))
     )
   (use-package magit-annex
-    :ensure f
-    :config (require 'magit-annex)
+    :ensure t
   )
 #+END_SRC
 
   )
 #+END_SRC