aboutsummaryrefslogtreecommitdiffstats
path: root/oni-grep.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 17:41:56 -0700
committerGravatar Tom Willemse2019-03-28 17:41:56 -0700
commit24507ce3d8c800e2ab0a9c7b7453a0234e5034c1 (patch)
tree8b5b5fc545b31538ac3d3e89ca3d96b8f87030a0 /oni-grep.el
parent7090f13088fe654e9c38a5dfc94b3e98e2afa90b (diff)
downloademacs-config-24507ce3d8c800e2ab0a9c7b7453a0234e5034c1.tar.gz
emacs-config-24507ce3d8c800e2ab0a9c7b7453a0234e5034c1.zip
Fix autoloading for oni-grep
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