From 6968bd7d090bab36f65f6b085e87803e13094bd5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 11 May 2018 00:56:17 -0400 Subject: [PATCH] Add git-timemachine toggle binding --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a34749e..fb5d373 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -679,6 +679,9 @@ (fortune-cookie) fortune-cookie-comment-start) "\n\n")) (lisp-interaction-mode)))) +(use-package git-timemachine + :bind ("C-x M-g" . git-timemachine-toggle)) + ;;; Local Variables (add-to-list 'safe-local-eval-forms '(outline-hide-body)) ;; Local Variables: