summaryrefslogtreecommitdiff
path: root/doc/tips/emacs_integration.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-30 22:07:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-30 22:07:31 -0400
commitfad992277046ec815d736d33c321eb78889c59d0 (patch)
tree25d0f61b3480731704759899327d7caf7ae1c218 /doc/tips/emacs_integration.mdwn
parent9602dca05df49f8dc901f186605abd1b487589e6 (diff)
add a tip based on bergey's mention of the emacs mode in a comment
Diffstat (limited to 'doc/tips/emacs_integration.mdwn')
-rw-r--r--doc/tips/emacs_integration.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/emacs_integration.mdwn b/doc/tips/emacs_integration.mdwn
new file mode 100644
index 000000000..a607642c8
--- /dev/null
+++ b/doc/tips/emacs_integration.mdwn
@@ -0,0 +1,7 @@
+bergey has developed an emacs mode for browsing git-annex repositories,
+dired style.
+
+<https://gitorious.org/emacs-contrib/annex-mode>
+
+Locally available files are colored differently, and pressing g runs
+`git annex get` on the file at point.