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.
 
 
 

40 lines
1.2 KiB

;;; visual-regexp-steroids-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "visual-regexp-steroids" "visual-regexp-steroids.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from visual-regexp-steroids.el
(autoload 'vr/select-replace "visual-regexp-steroids" nil t nil)
(autoload 'vr/select-query-replace "visual-regexp-steroids" nil t nil)
(autoload 'vr/select-mc-mark "visual-regexp-steroids" nil t nil)
(autoload 'vr/isearch-forward "visual-regexp-steroids" "\
Like isearch-forward, but using Python (or custom) regular expressions." t nil)
(autoload 'vr/isearch-backward "visual-regexp-steroids" "\
Like isearch-backward, but using Python (or custom) regular expressions." t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "visual-regexp-steroids" '("vr--" "vr/")))
;;;***
;;;### (autoloads nil nil ("visual-regexp-steroids-pkg.el") (0 0
;;;;;; 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; visual-regexp-steroids-autoloads.el ends here