branch: master commit 07734a17131fc604526307df6e323cbdfdf69624 Author: Win Treese <tre...@acm.org> Commit: Win Treese <tre...@acm.org>
Clarify what happens with yas-new-snippet. Added more detail about how yas-new-snippet behaves, particularly how it guesses a directory to save in. --- doc/snippet-development.org | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/snippet-development.org b/doc/snippet-development.org index c4de864..9e8f901 100644 --- a/doc/snippet-development.org +++ b/doc/snippet-development.org @@ -6,14 +6,18 @@ ** Quickly finding snippets -There are some ways you can quickly find a snippet file: +There are some ways you can quickly find a snippet file or create a new one: - =M-x yas-new-snippet= - Prompts you for a snippet name, then tries to guess a suitable - directory to store it, prompting you for creation if it does not - exist. Finally, places you in a new buffer set to =snippet-mode= so - you can write your snippet. + Creates a new buffer with a template for making a new snippet. + The buffer is in =snippet-mode= (see below). When you are done + editing the new snippet, use =C-c C-c= to save it. This will + prompt for a directory two steps: first, the snippet table + (with a default based on the major mode you started in), and then + then snippet collection directory (defaults to the first directory + in =yas-snippet-dirs=. (See [[file:snippet-organization.org][Organizing Snippets]] + for more detail on how snippets are organized.) - =M-x yas-find-snippets=