From 24507ce3d8c800e2ab0a9c7b7453a0234e5034c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 28 Mar 2019 17:41:56 -0700 Subject: Fix autoloading for oni-grep --- oni-grep.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-grep.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf