Fix autoloading for oni-grep
This commit is contained in:
parent
7090f13088
commit
24507ce3d8
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190303195835
|
;; Version: 20190328172224
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
(setq find-ls-option
|
(setq find-ls-option
|
||||||
(cons (concat "-exec " exe " -ld {} \";\"") "-ld"))))
|
(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)
|
(provide 'oni-grep)
|
||||||
;;; oni-grep.el ends here
|
;;; oni-grep.el ends here
|
||||||
|
|
Loading…
Reference in a new issue