From c871ddbc9d037d5bb32477ac05f16f06ee0aa775 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 22 Feb 2019 00:09:44 -0800 Subject: Fix autoload for Magit's Hydra --- oni-magit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-magit.el') 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") -- cgit v1.2.3-54-g00ecf