all repos — nixfiles @ 6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b

System and user configuration, managed by nix and home-manager

Emacs: Install git-timemachine
Alan Pearce alan.pearce@spotcap.com
Tue, 17 Nov 2015 15:42:00 +0100
commit

6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b

parent

350b5dfb2ff48b1b7a98d385535353ac83d04ead

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -201,6 +201,17 @@ (add-to-list 'magit-no-confirm 'safe-with-wip))     :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.