aboutsummaryrefslogtreecommitdiffstats
path: root/oni-grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-grep.el')
-rw-r--r--oni-grep.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-grep.el b/oni-grep.el
index 5eed832..3922d29 100644
--- a/oni-grep.el
+++ b/oni-grep.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190303195835
+;; Version: 20190328172224
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@
(setq find-ls-option
(cons (concat "-exec " exe " -ld {} \";\"") "-ld"))))
-;;;###autoload(with-eval-after-load 'grep (require 'grep))
+;;;###autoload(with-eval-after-load 'grep (require 'oni-grep))
(provide 'oni-grep)
;;; oni-grep.el ends here