From a43005e1851c9ef83de651a4d39fbb3512b8889c Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 9 Jan 2014 17:19:26 +0100 Subject: [PATCH] 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 --- recipes/dired-imenu | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/dired-imenu diff --git a/recipes/dired-imenu b/recipes/dired-imenu new file mode 100644 index 00000000..7cfacf92 --- /dev/null +++ b/recipes/dired-imenu @@ -0,0 +1,3 @@ +(dired-imenu :fetcher github + :repo "DamienCassou/dired-imenu" + :files ("dired-imenu.el"))