Fix oni-diff-hl autoload
This commit is contained in:
parent
799566eb32
commit
7d1d051086
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(global-diff-hl-mode)
|
(global-diff-hl-mode)
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load ’diff-hl (require ’oni-diff-hl))
|
;;;###autoload(with-eval-after-load 'diff-hl (require 'oni-diff-hl))
|
||||||
|
|
||||||
(provide 'oni-diff-hl)
|
(provide 'oni-diff-hl)
|
||||||
;;; oni-diff-hl.el ends here
|
;;; oni-diff-hl.el ends here
|
||||||
|
|
Loading…
Reference in a new issue