]> git.eshelyaron.com Git - emacs.git/commitdiff
Documentation added for :ensure keyword
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 09:28:35 +0000 (10:28 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Wed, 26 Jun 2013 09:28:35 +0000 (10:28 +0100)
lisp/use-package/use-package.el

index 4778c399dea8c43948811bfbd7bd5b0d3ee12d71..c16f2ee27483c661bf20543c60735efd3784812c 100644 (file)
 ;; 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.