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 ;; 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")