summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-11-17 15:42:00 +0100
committerAlan Pearce2015-11-17 15:42:00 +0100
commit6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b (patch)
treec180c6d600d37a60876122f8dbb8c16ddfc91040
parent350b5dfb2ff48b1b7a98d385535353ac83d04ead (diff)
downloaddotfiles-6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b.tar.lz
dotfiles-6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b.tar.zst
dotfiles-6e6fde5b1fcc32253ee82a6bfb0480b8831cfc1b.zip
Emacs: Install git-timemachine
-rw-r--r--tag-emacs/emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
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.