aboutsummaryrefslogtreecommitdiffstats
path: root/oni-diff-hl.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-07-08 22:44:38 -0700
committerGravatar Tom Willemse2019-07-08 22:44:38 -0700
commit7d1d051086036c8a495319125403823dab812a52 (patch)
tree8d3c885c9bbf6855861d9425ea5a204405cd7d5c /oni-diff-hl.el
parent799566eb326628b2af9a5aff6f06d1b33c75a142 (diff)
downloademacs-config-7d1d051086036c8a495319125403823dab812a52.tar.gz
emacs-config-7d1d051086036c8a495319125403823dab812a52.zip
Fix oni-diff-hl autoload
Diffstat (limited to 'oni-diff-hl.el')
-rw-r--r--oni-diff-hl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-diff-hl.el b/oni-diff-hl.el
index 45914d2..91622de 100644
--- a/oni-diff-hl.el
+++ b/oni-diff-hl.el
@@ -40,7 +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))
+;;;###autoload(with-eval-after-load 'diff-hl (require 'oni-diff-hl))
(provide 'oni-diff-hl)
;;; oni-diff-hl.el ends here