From 6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 17 Nov 2015 15:42:00 +0100 Subject: Emacs: Install git-timemachine --- tag-emacs/emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1492499..dce9a2f 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -201,6 +201,17 @@ time. Make sure to set it up with a nice =completing-read-function= :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) #+END_SRC +** git-timemachine + +This package allow me to go through a file’s history with just a few +keys. It makes it very easy to figure what what exactly was in a file +in the past. I often find it useful when I remember writing something +a particular way, but it changed later. + +#+BEGIN_SRC emacs-lisp + (req-package git-timemachine) +#+END_SRC + * Styles I prefer an always-visible cursor. Feels less distracting. -- cgit 1.4.1