Commit 539cb5aea879

Vincent Demeester <vincent+git@demeester.fr>
2014-08-10 00:02:38
Update git configs
1 parent 486e123
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -588,10 +588,22 @@
       #+end_src
 
 ***** TODO gitty
-***** TODO git-timemachine
+***** DONE git-timemachine
+I recently discovered an extremely cool package called git-timemachine that allows you to step though the git history of the file you’re currently editing in Emacs.
+
+#+BEGIN_SRC emacs-lisp
+        (require-package 'git-timemachine)
+#+END_SRC
+
 
 ***** TODO git-blame
 
+
+#+BEGIN_SRC emacs-lisp
+        (require-package 'git-blame)
+#+END_SRC
+
+
 ***** TODO github
 
       # gist, githubclone, ..