aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-22 00:09:44 -0800
committerGravatar Tom Willemse2019-02-22 00:11:09 -0800
commitc871ddbc9d037d5bb32477ac05f16f06ee0aa775 (patch)
tree8c348f3d118d1031bae1cd76510b73ad78e3fc38 /oni-magit.el
parentf1fc70ebcc3500928064a2209b2b68d4adb6d8ec (diff)
downloademacs-config-c871ddbc9d037d5bb32477ac05f16f06ee0aa775.tar.gz
emacs-config-c871ddbc9d037d5bb32477ac05f16f06ee0aa775.zip
Fix autoload for Magit's Hydra
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-magit.el b/oni-magit.el
index 43f3256..4e807f9 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190221235109
+;; Version: 20190222001016
;; Package-Requires: (magit magit-popup magithub hydra)
;; This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ Delete all other windows and then pass BUFFER and ALIST on to
(delete-other-windows)
(display-buffer-same-window buffer alist))
-;;;###autoload(autoload 'oni-hydra-magit/body "oni-hydra-magit")
+;;;###autoload(autoload 'oni-hydra-magit/body "oni-magit")
(defhydra oni-hydra-magit (:color blue)
"Magit"
("s" magit-status "Status")