yasnippet-autoloads.el (2620B)
1 ;;; yasnippet-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from yasnippet.el 13 14 (autoload 'yas-minor-mode "yasnippet" "\ 15 Toggle YASnippet mode. 16 17 When YASnippet mode is enabled, `yas-expand', normally bound to 18 the TAB key, expands snippets of code depending on the major 19 mode. 20 21 With no argument, this command toggles the mode. 22 positive prefix argument turns on the mode. 23 Negative prefix argument turns off the mode. 24 25 Key bindings: 26 \\{yas-minor-mode-map} 27 28 This is a minor mode. If called interactively, toggle the `yas 29 minor mode' mode. If the prefix argument is positive, enable the 30 mode, and if it is zero or negative, disable the mode. 31 32 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 33 the mode if ARG is nil, omitted, or is a positive number. 34 Disable the mode if ARG is a negative number. 35 36 To check whether the minor mode is enabled in the current buffer, 37 evaluate `yas-minor-mode'. 38 39 The mode's hook is called both when the mode is enabled and when 40 it is disabled. 41 42 (fn &optional ARG)" t) 43 (put 'yas-global-mode 'globalized-minor-mode t) 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 (custom-autoload 'yas-global-mode "yasnippet" nil) 52 (autoload 'yas-global-mode "yasnippet" "\ 53 Toggle Yas minor mode in all buffers. 54 With prefix ARG, enable Yas-Global mode if ARG is positive; otherwise, disable 55 it. 56 57 If called from Lisp, toggle the mode if ARG is `toggle'. 58 Enable the mode if ARG is nil, omitted, or is a positive number. 59 Disable the mode if ARG is a negative number. 60 61 Yas minor mode is enabled in all buffers where `yas-minor-mode-on' would do it. 62 63 See `yas-minor-mode' for more information on Yas minor mode. 64 65 (fn &optional ARG)" t) 66 (autoload 'snippet-mode "yasnippet" "A mode for editing yasnippets" t nil) 67 (register-definition-prefixes "yasnippet" '("help-snippet-def" "snippet-mode-map" "yas")) 68 69 ;;; End of scraped data 70 71 (provide 'yasnippet-autoloads) 72 73 ;; Local Variables: 74 ;; version-control: never 75 ;; no-byte-compile: t 76 ;; no-update-autoloads: t 77 ;; no-native-compile: t 78 ;; coding: utf-8-emacs-unix 79 ;; End: 80 81 ;;; yasnippet-autoloads.el ends here