Klimi's new dotfiles with stow.
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.

34 line
920 B

4 年之前
  1. ;;; yasnippet-snippets-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-snippets" "yasnippet-snippets.el"
  7. ;;;;;; (0 0 0 0))
  8. ;;; Generated autoloads from yasnippet-snippets.el
  9. (autoload 'yasnippet-snippets-initialize "yasnippet-snippets" "\
  10. Load the `yasnippet-snippets' snippets directory.
  11. \(fn)" nil nil)
  12. (eval-after-load 'yasnippet '(yasnippet-snippets-initialize))
  13. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yasnippet-snippets" '("yasnippet-snippets-dir")))
  14. ;;;***
  15. ;;;### (autoloads nil nil ("yasnippet-snippets-pkg.el") (0 0 0 0))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; yasnippet-snippets-autoloads.el ends here