From: Phillip Lord Date: Wed, 26 Jun 2013 09:28:35 +0000 (+0100) Subject: Documentation added for :ensure keyword X-Git-Tag: emacs-29.0.90~1306^2~15^2~451^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7161c09b30;p=emacs.git Documentation added for :ensure keyword --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 4778c399dea..c16f2ee2748 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -238,6 +238,17 @@ ;; actual load. In this case, everything could be put inside `:init' and ;; there would be no difference. ;; +;; * For package.el user +;; +;; You can use `use-package' to load packages from ELPA with package.el. This +;; is particularly useful if you share your .emacs between several machines; +;; the relevant packages will download automatically once placed in your +;; .emacs. The `:ensure' key will install the package automatically if it is +;; not already present. +;; +;; (use-package tex-site +;; :ensure auctex) +;; ;; * For el-get users ;; ;; You can use `use-package' as a way to create source definitions for el-get.