aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-05 22:50:18 -0800
committerGravatar Tom Willemse2020-03-05 22:52:59 -0800
commitbe0cc578b0173ebe377b5e608f12695cebf98e28 (patch)
treeac5c0a57a8476cc8cd9ee04d538aba16c4a640e5 /oni-magit.el
parentd4c7bb72e6ef3a987ef9784227f0959327e12049 (diff)
downloademacs-config-be0cc578b0173ebe377b5e608f12695cebf98e28.tar.gz
emacs-config-be0cc578b0173ebe377b5e608f12695cebf98e28.zip
Add oni-hydra configuration, spruce up some hydras
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el17
1 files changed, 11 insertions, 6 deletions
diff --git a/oni-magit.el b/oni-magit.el
index 364badd..74312a2 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0203.214309
-;; Package-Requires: (magit magit-popup hydra forge)
+;; Version: 2020.0305.221116
+;; Package-Requires: (magit magit-popup oni-hydra forge)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -40,10 +40,15 @@ Delete all other windows and then pass BUFFER and ALIST on to
(display-buffer-same-window buffer alist))
;;;###autoload(autoload 'oni-hydra-magit/body "oni-magit")
-(defhydra oni-hydra-magit (:color blue)
- "Magit"
- ("s" magit-status "Status")
- ("i" magit-init "Init"))
+(defhydra oni-hydra-magit (:color teal :hint nil)
+ "
+^Magit^
+^^---------
+_s_: Status
+_i_: Init
+"
+ ("s" magit-status)
+ ("i" magit-init))
(setq magit-diff-refine-hunk 'all)