From be0cc578b0173ebe377b5e608f12695cebf98e28 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 5 Mar 2020 22:50:18 -0800 Subject: Add oni-hydra configuration, spruce up some hydras --- oni-magit.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'oni-magit.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf