aboutsummaryrefslogtreecommitdiffstats
path: root/oni-diff-hl.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-21 23:29:06 -0700
committerGravatar Tom Willemse2021-09-21 23:29:06 -0700
commit1a84c0251776e74bb4cacfc42ae58a2ef13fae04 (patch)
treee24d84c471c986daeecdd098b62542e463bccacc /oni-diff-hl.el
parent8ae902ac6214b145540849d3792eebb4fa61982c (diff)
downloademacs-config-1a84c0251776e74bb4cacfc42ae58a2ef13fae04.tar.gz
emacs-config-1a84c0251776e74bb4cacfc42ae58a2ef13fae04.zip
[oni-diff-hl] Remove autoload cookie, load from ‘oni-core’
Diffstat (limited to 'oni-diff-hl.el')
-rw-r--r--oni-diff-hl.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/oni-diff-hl.el b/oni-diff-hl.el
index 7fbc28b..b699926 100644
--- a/oni-diff-hl.el
+++ b/oni-diff-hl.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0228.154151
+;; Version: 2021.0921.232803
;; Package-Requires: (diff-hl)
;; This program is free software; you can redistribute it and/or modify
@@ -39,10 +39,5 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-function :around (symbol-function 'diff-hl-changes-buffer)
#'oni:with-diff-hl-p4-args))
-;;;###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