Emacs: Install git-timemachine
Alan Pearce alan.pearce@spotcap.com
Tue, 17 Nov 2015 15:42:00 +0100
1 files changed, 11 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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.