branch: externals/ivy-explorer
commit aee7c416f20978c65db5f7d76e5b1e8ccdd32801
Author: Clemens Radermacher
Commit: Clemens Radermacher
Add contribution description
---
README.asc | 25 ++---
1 file changed, 22 insertions(+), 3 deletions(-)
diff --git a/README.asc b/READ
branch: externals/ivy-explorer
commit 0b1d28625a8c1ba1206a33f8d8318ad5cce4a1aa
Author: Clemens Radermacher
Commit: Clemens Radermacher
Version bump
---
ivy-explorer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ivy-explorer.el b/ivy-explorer.el
index 11c3053..fd3077
branch: externals/ivy-explorer
commit 4f7abe1ff9a51bfc8352cc415cfc77fd814180c7
Author: Clemens Radermacher
Commit: Clemens Radermacher
Don't apply format string to explorer menu, fixes #5
---
ivy-explorer.el | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ivy-expl
clemera pushed a change to branch externals/ivy-explorer.
from 1d92f4f * ivy-explorer.el: Fix copyright
new aee7c41 Add contribution description
new 4f7abe1 Don't apply format string to explorer menu, fixes #5
new 0b1d286 Version bump
Summary of changes:
R
branch: master
commit a2f37b05f446832618e1bcae976313e106cefb7d
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Add menus
Add autoloaded menus for el-search under "Tools" and "Emacs-Lisp", and
a menu for El-Occur, and bump version to 1.9.3.
---
packages/el-search
branch: master
commit f06794d7f3496071375e7273307e476d7faac85b
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Some optimization tweaks
Make sure heuristic matchers aren't unnecessarily recomputed. This is
important for pattern types whose heuristic matchers nee
branch: master
commit 54d5856adf24ce089ab40dd7c88a7dac5c605745
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Include preceding comments in occur defun context
* packages/el-search/el-search.el (el-search-occur-get-defun-context):
Include preceding comments.
---