How to Install elpa-git-annex in Ubuntu 18.04



Install elpa-git-annex by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-git-annex

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`.

Homepage: https://github.com/jwiegley/git-annex-el

Version: 1.1-1

Section: universe/lisp