From 7ec75a93d252c0bcef53a555a4518a6ecdd9b0c0 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89" Date: Sat, 20 Oct 2012 19:06:24 +0000 Subject: [PATCH] --- doc/forum/New_git-annex_integration_mode_for_Emacs_users.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/New_git-annex_integration_mode_for_Emacs_users.mdwn diff --git a/doc/forum/New_git-annex_integration_mode_for_Emacs_users.mdwn b/doc/forum/New_git-annex_integration_mode_for_Emacs_users.mdwn new file mode 100644 index 0000000000..056380aff3 --- /dev/null +++ b/doc/forum/New_git-annex_integration_mode_for_Emacs_users.mdwn @@ -0,0 +1,3 @@ +I've started a another project to build Emacs integration for git-annex: https://github.com/jwiegley/git-annex-el + +My problem with the existing mode is that it didn't feel at all Emacsy, while my mode just piggy backs on existing paradigms, like using `C-x C-q` in a locked file to make it editable, and allowing you to browse and lock/unlock annexed files from Dired.