1
0
Fork 0

Fix autoload for Magit's Hydra

This commit is contained in:
Tom Willemse 2019-02-22 00:09:44 -08:00
parent f1fc70ebcc
commit c871ddbc9d

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190221235109 ;; Version: 20190222001016
;; Package-Requires: (magit magit-popup magithub hydra) ;; Package-Requires: (magit magit-popup magithub hydra)
;; This program is free software; you can redistribute it and/or modify ;; 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) (delete-other-windows)
(display-buffer-same-window buffer alist)) (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) (defhydra oni-hydra-magit (:color blue)
"Magit" "Magit"
("s" magit-status "Status") ("s" magit-status "Status")