From e1178b85979667dae87dfe79432a9bd112a36055 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 8 Sep 2014 14:53:25 +0200 Subject: [PATCH] noccur: Run multi-occur on project/dired files occur-mode is one of the awesome modes that come builtin with Emacs. Sometimes I just want to run multi-occur on all (or a subdirectory) of a project I'm working on. Used with keyboard macros it makes it a snap to perform modifications on many buffers at once. https://github.com/NicolasPetton/noccur.el I'm a friend of the maintainer and contributed patches. --- recipes/noccur | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/noccur diff --git a/recipes/noccur b/recipes/noccur new file mode 100644 index 00000000..4e9ffd79 --- /dev/null +++ b/recipes/noccur @@ -0,0 +1 @@ +(noccur :fetcher github :repo "NicolasPetton/noccur.el")