]> crepu.dev Git - config.git/blame - djavu-asus/elpa/yasnippet-20200604.246/yasnippet-autoloads.el
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / yasnippet-20200604.246 / yasnippet-autoloads.el
CommitLineData
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" "\
13Toggle YASnippet mode.
14
15This is a minor mode. If called interactively, toggle the `yas
16minor mode' mode. If the prefix argument is positive, enable the
17mode, and if it is zero or negative, disable the mode.
18
19If called from Lisp, toggle the mode if ARG is `toggle'. Enable
20the mode if ARG is nil, omitted, or is a positive number.
21Disable the mode if ARG is a negative number.
22
23To check whether the minor mode is enabled in the current buffer,
24evaluate `yas-minor-mode'.
25
26The mode's hook is called both when the mode is enabled and when
27it is disabled.
28
29When YASnippet mode is enabled, `yas-expand', normally bound to
30the TAB key, expands snippets of code depending on the major
31mode.
32
33With no argument, this command toggles the mode.
34positive prefix argument turns on the mode.
35Negative prefix argument turns off the mode.
36
37Key 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 "\
45Non-nil if Yas-Global mode is enabled.
46See the `yas-global-mode' command
47for a description of this minor mode.
48Setting this variable directly does not take effect;
49either customize it (see the info node `Easy Customization')
50or call the function `yas-global-mode'.")
51
52(custom-autoload 'yas-global-mode "yasnippet" nil)
53
54(autoload 'yas-global-mode "yasnippet" "\
55Toggle Yas minor mode in all buffers.
56With prefix ARG, enable Yas-Global mode if ARG is positive; otherwise,
57disable it.
58
59If called from Lisp, toggle the mode if ARG is `toggle'.
60Enable the mode if ARG is nil, omitted, or is a positive number.
61Disable the mode if ARG is a negative number.
62
63Yas minor mode is enabled in all buffers where `yas-minor-mode-on'
64would do it.
65
66See `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