
This Emacs addon enhances dired and read-only-mode to be more useful in git-annex repositories.
In dired, long annex symlinks are replaced by the name of the file, coloured green. There are also keybindings to execute the `add` and `edit` git-annex subcommands.
In read-only-mode, C-x C-q will execute `git annex edit`, and killing the buffer will call `git annex add && git commit -m Updated`.