1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: git-annex-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders:
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper (>= 10),
dh-elpa,
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/emacsen-team/git-annex-el
Vcs-Git: https://salsa.debian.org/emacsen-team/git-annex-el.git
Homepage: https://github.com/jwiegley/git-annex-el
Package: elpa-git-annex
Architecture: all
Depends:
emacsen-common (>= 2.0.8),
git-annex,
${elpa:Depends},
${misc:Depends},
Recommends:
emacs (>= 46.0),
Enhances:
emacs,
emacs24,
emacs25,
git-annex,
Built-Using: ${misc:Built-Using}
Description: Emacs integration for git-annex
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`.
|