New recipe: dired-imenu

`dired-imenu` integrates `imenu` in `dired` so you can easily jump to
any file and directory in the current buffer (to rename it, change its
permissions...)

- Association with the package: maintainer
- Link to the package repository: https://github.com/DamienCassou/dired-imenu
- Test that the package builds properly via make recipes: done
- Test that the package installs properly via package-install-file: done
This commit is contained in:
Damien Cassou 2014-01-09 17:19:26 +01:00
parent 6e4d444198
commit a43005e185

3
recipes/dired-imenu Normal file
View file

@ -0,0 +1,3 @@
(dired-imenu :fetcher github
:repo "DamienCassou/dired-imenu"
:files ("dired-imenu.el"))