Properly autoload oni-hl-diff
The library wouldn't load properly, so my fix for using it with Perforce didn't turn on.
This commit is contained in:
parent
5eabef353b
commit
b7caee9eb6
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190219004948
|
||||
;; Version: 20190618215248
|
||||
;; Package-Requires: (diff-hl)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -40,5 +40,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
|||
;;;###autoload
|
||||
(global-diff-hl-mode)
|
||||
|
||||
;;;###autoload(with-eval-after-load ’diff-hl (require ’oni-diff-hl))
|
||||
|
||||
(provide 'oni-diff-hl)
|
||||
;;; oni-diff-hl.el ends here
|
||||
|
|
Loading…
Reference in a new issue