Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.1 KiB

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