]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | ;;; yasnippet-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- |
2 | ;; | |
3 | ;;; Code: | |
4 | ||
5 | (add-to-list 'load-path (directory-file-name | |
6 | (or (file-name-directory #$) (car load-path)))) | |
7 | ||
8 | \f | |
9 | ;;;### (autoloads nil "yasnippet" "yasnippet.el" (0 0 0 0)) | |
10 | ;;; Generated autoloads from yasnippet.el | |
11 | ||
12 | (autoload 'yas-minor-mode "yasnippet" "\ | |
13 | Toggle YASnippet mode. | |
14 | ||
15 | This is a minor mode. If called interactively, toggle the `yas | |
16 | minor mode' mode. If the prefix argument is positive, enable the | |
17 | mode, and if it is zero or negative, disable the mode. | |
18 | ||
19 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable | |
20 | the mode if ARG is nil, omitted, or is a positive number. | |
21 | Disable the mode if ARG is a negative number. | |
22 | ||
23 | To check whether the minor mode is enabled in the current buffer, | |
24 | evaluate `yas-minor-mode'. | |
25 | ||
26 | The mode's hook is called both when the mode is enabled and when | |
27 | it is disabled. | |
28 | ||
29 | When YASnippet mode is enabled, `yas-expand', normally bound to | |
30 | the TAB key, expands snippets of code depending on the major | |
31 | mode. | |
32 | ||
33 | With no argument, this command toggles the mode. | |
34 | positive prefix argument turns on the mode. | |
35 | Negative prefix argument turns off the mode. | |
36 | ||
37 | Key bindings: | |
38 | \\{yas-minor-mode-map} | |
39 | ||
40 | \(fn &optional ARG)" t nil) | |
41 | ||
42 | (put 'yas-global-mode 'globalized-minor-mode t) | |
43 | ||
44 | (defvar yas-global-mode nil "\ | |
45 | Non-nil if Yas-Global mode is enabled. | |
46 | See the `yas-global-mode' command | |
47 | for a description of this minor mode. | |
48 | Setting this variable directly does not take effect; | |
49 | either customize it (see the info node `Easy Customization') | |
50 | or call the function `yas-global-mode'.") | |
51 | ||
52 | (custom-autoload 'yas-global-mode "yasnippet" nil) | |
53 | ||
54 | (autoload 'yas-global-mode "yasnippet" "\ | |
55 | Toggle Yas minor mode in all buffers. | |
56 | With prefix ARG, enable Yas-Global mode if ARG is positive; otherwise, | |
57 | disable it. | |
58 | ||
59 | If called from Lisp, toggle the mode if ARG is `toggle'. | |
60 | Enable the mode if ARG is nil, omitted, or is a positive number. | |
61 | Disable the mode if ARG is a negative number. | |
62 | ||
63 | Yas minor mode is enabled in all buffers where `yas-minor-mode-on' | |
64 | would do it. | |
65 | ||
66 | See `yas-minor-mode' for more information on Yas minor mode. | |
67 | ||
68 | \(fn &optional ARG)" t nil) | |
69 | (autoload 'snippet-mode "yasnippet" "A mode for editing yasnippets" t nil) | |
70 | ||
71 | (register-definition-prefixes "yasnippet" '("help-snippet-def" "snippet-mode-map" "yas")) | |
72 | ||
73 | ;;;*** | |
74 | \f | |
75 | ;;;### (autoloads nil nil ("yasnippet-pkg.el") (0 0 0 0)) | |
76 | ||
77 | ;;;*** | |
78 | \f | |
79 | ;; Local Variables: | |
80 | ;; version-control: never | |
81 | ;; no-byte-compile: t | |
82 | ;; no-update-autoloads: t | |
83 | ;; coding: utf-8 | |
84 | ;; End: | |
85 | ;;; yasnippet-autoloads.el ends here |