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.

62 lines
1.6 KiB

  1. ;;; swiper-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 "swiper" "swiper.el" (0 0 0 0))
  7. ;;; Generated autoloads from swiper.el
  8. (autoload 'swiper-avy "swiper" "\
  9. Jump to one of the current swiper candidates." t nil)
  10. (autoload 'swiper-backward "swiper" "\
  11. `isearch-backward' with an overview.
  12. When non-nil, INITIAL-INPUT is the initial search pattern.
  13. \(fn &optional INITIAL-INPUT)" t nil)
  14. (autoload 'swiper-thing-at-point "swiper" "\
  15. `swiper' with `ivy-thing-at-point'." t nil)
  16. (autoload 'swiper-all-thing-at-point "swiper" "\
  17. `swiper-all' with `ivy-thing-at-point'." t nil)
  18. (autoload 'swiper "swiper" "\
  19. `isearch-forward' with an overview.
  20. When non-nil, INITIAL-INPUT is the initial search pattern.
  21. \(fn &optional INITIAL-INPUT)" t nil)
  22. (autoload 'swiper-all "swiper" "\
  23. Run `swiper' for all open buffers.
  24. \(fn &optional INITIAL-INPUT)" t nil)
  25. (autoload 'swiper-isearch "swiper" "\
  26. A `swiper' that's not line-based.
  27. \(fn &optional INITIAL-INPUT)" t nil)
  28. (autoload 'swiper-isearch-backward "swiper" "\
  29. Like `swiper-isearch' but the first result is before the point.
  30. \(fn &optional INITIAL-INPUT)" t nil)
  31. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "swiper" '("swiper-")))
  32. ;;;***
  33. ;;;### (autoloads nil nil ("swiper-pkg.el") (0 0 0 0))
  34. ;;;***
  35. ;; Local Variables:
  36. ;; version-control: never
  37. ;; no-byte-compile: t
  38. ;; no-update-autoloads: t
  39. ;; coding: utf-8
  40. ;; End:
  41. ;;; swiper-autoloads.el ends here