From 8dfddec95469a419455bc20208793b3b185edf0f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 18 Sep 2016 00:10:48 +0200 Subject: Add magit hydra --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 3e8fcdb..225208d 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -491,6 +491,12 @@ To start off, first I need to enable lexical binding. (global-set-key (kbd "C-c o") 'oni-hydra-org/body) #+END_SRC + Add a hydra for magit. + + #+BEGIN_SRC emacs-lisp + (global-set-key (kbd "C-c m") 'oni-hydra-magit/body) + #+END_SRC + * Major modes ** Emacs lisp mode -- cgit v1.2.3-54-g00ecf