1
0
Fork 0

Fix autoloading for oni-grep

This commit is contained in:
Tom Willemse 2019-03-28 17:41:56 -07:00
parent 7090f13088
commit 24507ce3d8

View file

@ -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