[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yasnippet 9596631bde 1/6: * README.mdown: Tweak install
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/yasnippet 9596631bde 1/6: * README.mdown: Tweak install instructions |
|
Date: |
Mon, 1 Jan 2024 21:59:06 -0500 (EST) |
branch: externals/yasnippet
commit 9596631bdeac10e15b945180ebd86ff111273f48
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* README.mdown: Tweak install instructions
(Installation): Rename the Git install section to make it sound less
like the "normal&recommanded" way to install YAsnippet.
(Install with `package-install`): Mention GNU ELPA and GNU-devel ELPA.
---
README.mdown | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.mdown b/README.mdown
index ab91565cc8..f1a8ebea74 100644
--- a/README.mdown
+++ b/README.mdown
@@ -15,7 +15,7 @@ YASnippet. Watch [a demo on YouTube][youtube-demo].
# Installation
-## Install the most recent version
+## Manual install from Git
Clone this repository somewhere
@@ -33,8 +33,12 @@ Add your own snippets to `~/.emacs.d/snippets` by placing
files there or invokin
## Install with `package-install`
-In a recent emacs `M-x list-packages` is the recommended way to list and
install packages.
-[MELPA][melpa] keeps a very recent snapshot of YASnippet, see
http://melpa.org/#installing.
+In a recent emacs `M-x list-packages` is the recommended way to list
+and install packages.
+It's available from [GNU ELPA][gnuelpa].
+If you need a very recent snapshot, you can get it from
+[GNU-devel ELPA][gnudevel] as well as [MELPA][melpa]
+(see http://melpa.org/#installing).
## Install with el-get
@@ -156,6 +160,8 @@ Finally, thank you very much for using YASnippet!
[googlecode tracker]: http://code.google.com/p/yasnippet/issues/list
[forum]: http://groups.google.com/group/smart-snippet
[melpa]: http://melpa.milkbox.net/
+[gnuelpa]: http://elpa.gnu.org/packages/
+[gnudevel]: http://elpa.gnu.org/devel/
[yasmate]: http://github.com/joaotavora/yasmate
[textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el
[yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets
- [elpa] externals/yasnippet updated (b86b44cce6 -> bd2fdc8f7d), ELPA Syncer, 2024/01/01
- [elpa] externals/yasnippet 9596631bde 1/6: * README.mdown: Tweak install instructions,
ELPA Syncer <=
- [elpa] externals/yasnippet 2b328e563e 2/6: * yasnippet.el (yas-wrap-around-region): Fix warning, ELPA Syncer, 2024/01/01
- [elpa] externals/yasnippet bcefd0a1c1 3/6: * yasnippet.el: Remove compatibility for Emacs<24.4, ELPA Syncer, 2024/01/01
- [elpa] externals/yasnippet 66db827a86 4/6: yasnippet.el: Use `setq-local` and `defvar-local`, ELPA Syncer, 2024/01/01
- [elpa] externals/yasnippet bd2fdc8f7d 6/6: * yasnippet.el (yas--snippet-create): Remove CC-mode workaround for #953, ELPA Syncer, 2024/01/01
- [elpa] externals/yasnippet 362e9b551d 5/6: yasnippet.el (yas-about): Use `package-get-version`, ELPA Syncer, 2024/01/01