aboutsummaryrefslogtreecommitdiffstats
path: root/oni-diff-hl.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-06-18 21:56:04 -0700
committerGravatar Tom Willemse2019-06-18 21:59:47 -0700
commitb7caee9eb65fb8b622241d2aa9b53ff6adb1dc97 (patch)
treebfbdef47069b254733a485ef40ac6f81640277e4 /oni-diff-hl.el
parent5eabef353b1a44eac2cc4b0b1e6f64ab89d7f96f (diff)
downloademacs-config-b7caee9eb65fb8b622241d2aa9b53ff6adb1dc97.tar.gz
emacs-config-b7caee9eb65fb8b622241d2aa9b53ff6adb1dc97.zip
Properly autoload oni-hl-diff
The library wouldn't load properly, so my fix for using it with Perforce didn't turn on.
Diffstat (limited to 'oni-diff-hl.el')
-rw-r--r--oni-diff-hl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-diff-hl.el b/oni-diff-hl.el
index 9020c8a..45914d2 100644
--- a/oni-diff-hl.el
+++ b/oni-diff-hl.el
@@ -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