aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
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 8001404..fee0e68 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003600
+;; Version: 2022.1213.070733
;; Package-Requires: (magit magit-popup oni-hydra)
;; This program is free software; you can redistribute it and/or modify
@@ -60,7 +60,7 @@ _i_: Init
(setq magit-git-executable "c:/msys64/usr/bin/git.exe"))
;;;###autoload
-(global-set-key (kbd "C-c v") 'oni-hydra-magit/body)
+(global-set-key (kbd "C-c v") '("Magit commands" . oni-hydra-magit/body))
(provide 'oni-magit)
;;; oni-magit.el ends here