Skip to content

Commit

Permalink
Step through historic versions of git controlled file with git-timema…
Browse files Browse the repository at this point in the history
…chine
  • Loading branch information
manandbytes committed Aug 26, 2016
1 parent 1e2e1da commit 0961f91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .emacs.d/emacs.org
Expand Up @@ -451,6 +451,12 @@ With el-get it is not possible to extend existing package's dependencies, so jus
#+BEGIN_SRC emacs-lisp
(el-get-bundle dash :checkout "2.11.0")
#+END_SRC
*** Time machine
Step through historic versions of git controlled file:
#+BEGIN_SRC emacs-lisp
(el-get-bundle git-timemachine)
#+END_SRC

** Magit
#+BEGIN_SRC emacs-lisp
(el-get-bundle magit :type apt-get :pkgname "elpa-magit")
Expand Down

0 comments on commit 0961f91

Please sign in to comment.