mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 8f6f2705a38e2515b6c57fda12c5be29fb9a798f
commit | author | age
5cb5f7 1 ;;; yasnippet-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
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 When YASnippet mode is enabled, `yas-expand', normally bound to
16 the TAB key, expands snippets of code depending on the major
17 mode.
18
19 With no argument, this command toggles the mode.
20 positive prefix argument turns on the mode.
21 Negative prefix argument turns off the mode.
22
23 Key bindings:
24 \\{yas-minor-mode-map}
25
26 \(fn &optional ARG)" t nil)
27
28 (defvar yas-global-mode nil "\
29 Non-nil if Yas-Global mode is enabled.
30 See the `yas-global-mode' command
31 for a description of this minor mode.
32 Setting this variable directly does not take effect;
33 either customize it (see the info node `Easy Customization')
34 or call the function `yas-global-mode'.")
35
36 (custom-autoload 'yas-global-mode "yasnippet" nil)
37
38 (autoload 'yas-global-mode "yasnippet" "\
39 Toggle Yas minor mode in all buffers.
40 With prefix ARG, enable Yas-Global mode if ARG is positive;
41 otherwise, disable it.  If called from Lisp, enable the mode if
42 ARG is omitted or nil.
43
44 Yas minor mode is enabled in all buffers where
45 `yas-minor-mode-on' would do it.
46 See `yas-minor-mode' for more information on Yas minor mode.
47
48 \(fn &optional ARG)" t nil)
49 (autoload 'snippet-mode "yasnippet" "A mode for editing yasnippets" t nil)
50
51 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yasnippet" '("yas" "help-snippet-def" "snippet-mode-map")))
52
53 ;;;***
54
55 ;; Local Variables:
56 ;; version-control: never
57 ;; no-byte-compile: t
58 ;; no-update-autoloads: t
59 ;; coding: utf-8
60 ;; End:
61 ;;; yasnippet-autoloads.el ends here