Fix autoload for Magit's Hydra
This commit is contained in:
parent
f1fc70ebcc
commit
c871ddbc9d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue