Commit d76b173ba56a

Vincent Demeester <vincent+git@demeester.fr>
2013-12-07 23:58:52
Add git-annex dired mode :-)
1 parent eff9273
Changed files (2)
.emacs.d/el-get.conf.el
@@ -16,6 +16,11 @@
                :pkgname "magit/git-modes")
         (:name magit
                :depends (git-modes))
+        (:name git-annex
+               :description "Emacs integration for the git-annex tool by Joey Hess"
+               :type github
+               :pkgname "jwiegley/git-annex-el"
+	       :website "http://github.com/jwiegley/git-annex-el")
         (:name znc
                :type github
                :pkgname "sshirokov/ZNC.el"
@@ -87,6 +92,7 @@
          ;; rainbow-mode                        ; Display colors
          dtrt-indent                        ; Autodetect indentation
          magit                                ; Git stuff, must-have!
+         git-annex                            ; Git-annex stuff
          ;; Modes
          ;; auctex                        ; LaTeX mode
          lua-mode                        ; Major mode for lua
.emacs.d/init.el
@@ -55,6 +55,7 @@
 (require 'auto-complete)
 
 (require 'ido)
+(require 'git-annex)
 
 ;; Server
 (unless (string= (user-login-name) "root")