File: index.org

package info (click to toggle)
yasnippet 0.14.0%2Bgit20200603.5cbdbf0d-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,052 kB
  • sloc: lisp: 5,866; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#+SETUPFILE: org-setup.inc
#+TITLE: Yet another snippet extension

The YASnippet documentation has been split into separate parts:

0. [[https://github.com/joaotavora/yasnippet/blob/master/README.mdown][README]]

   Contains an introduction, installation instructions and other important
   notes.

1. [[file:snippet-organization.org][Organizing Snippets]]

   Describes ways to organize your snippets in the hard disk.

2. [[file:snippet-expansion.org][Expanding Snippets]]

   Describes how YASnippet chooses snippets for expansion at point.

   Maybe, you'll want some snippets to be expanded in a particular mode,
   or only under certain conditions, or be prompted using =ido=, etc...

3. [[file:snippet-development.org][Writing Snippets]]

   Describes the YASnippet definition syntax, which is very close (but
   not equivalent) to Textmate's. Includes a section about converting
   TextMate snippets.

4. [[file:snippet-menu.org][The YASnippet menu]]

   Explains how to use the YASnippet menu to explore, learn and modify
   snippets.

5. [[file:faq.org][Frequently asked questions]]

   Answers to frequently asked questions.

6. [[file:snippet-reference.org][YASnippet Symbol Reference]]

   An automatically generated listing of all YASnippet commands,
   (customization) variables, and functions.


# Local Variables:
# mode: org
# fill-column: 80
# coding: utf-8
# End: