mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Documentation added for :ensure keyword
This commit is contained in:
parent
e38cfff8b6
commit
7161c09b30
1 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue