branch: master
commit a86cf29abfc00cde2537d5495182954d242b4ff7
Author: Michael Heerdegen
Commit: Michael Heerdegen
Declare any search started with `el-search-this-sexp' single-buffer
* el-search/el-search.el (el-search-this-sexp): Do it.
---
packages/el-search/el-search.el | 5 +++-
branch: master
commit 95d4df5afdd161fb5fccbae2363c9254015df17d
Author: Michael Heerdegen
Commit: Michael Heerdegen
* el-search/el-search.el: Add two more autoload cookies
(el-search-pattern-backwards, el-search-this-sexp): Add autoload
cookie.
---
packages/el-search/el-search.e
branch: master
commit 4b0acdd3d97e029ab3ab384a00ec28b5bc2aebf2
Author: Michael Heerdegen
Commit: Michael Heerdegen
New option value ask-multi for `el-search-auto-save-buffers'
This should be a bit more convenient than 'ask in practice.
* el-search/el-search.el (el-search-au
branch: master
commit 7559a79e95aada65601f7413a1c3f08bfa34557b
Author: Justin Burkett
Commit: Justin Burkett
Version 3.1.0
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index cb6da90..f973c19 100644
--- a/which-key.el
+++ b/
branch: master
commit cd8d24d02479d510e20a2854f23a770fa9c9516f
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Define which-key--current-key-list before using it
Actually move the definition of the caller which-key--pseudo-key
instead.
---
which-key.el | 18 +-
branch: master
commit f516b84eab1e307d3ffaa181324dca12c3951936
Author: Justin Burkett
Commit: Justin Burkett
Add which-key-enable-extended-define-key customization option
Adds supporting which-key--process-define-key-args.
The docstring for the option is
Advise `de
branch: master
commit 555c5c1da8942b24d457578d0fc23564de07fb17
Author: Justin Burkett
Commit: Justin Burkett
Demote errors in which-key--process-define-key-args
---
which-key.el | 19 ++-
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/which-key.el b/which-key
branch: master
commit 1694c6d1790236bce691eacbff00dae5dfa2c24f
Author: Justin Burkett
Commit: Justin Burkett
Improve which-key--process-define-key-args
Specify Prefix Command as an explicit match string to cut down on false
positives.
---
which-key.el | 5 +++--
1 file changed,
branch: master
commit 29348528d28a76857149d03b9554583856286448
Author: Justin Burkett
Commit: Justin Burkett
Mention which-key-show-major-mode in README
---
README.org | 68 +-
1 file changed, 32 insertions(+), 36 deletions(-)
dif
branch: master
commit 159f0f9b78753574a1892ae3e47c8c1938965ea9
Author: Justin Burkett
Commit: Justin Burkett
Add notes about paging commands not working with minibuffer
---
README.org | 4 +++-
which-key.el | 5 -
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.o
branch: master
commit 56b0fc8b4a5b4f89ea2ab3e6317f035d6f6f40f7
Merge: a86cf29 7559a79
Author: Justin Burkett
Commit: Justin Burkett
Merge commit '7559a79e95aada65601f7413a1c3f08bfa34557b'
---
packages/which-key/.travis.yml | 27 +-
packages/which-key/Makefile | 6 +-
packages/which-
justbur pushed a change to branch master.
from a86cf29 Declare any search started with `el-search-this-sexp'
single-buffer
new 6d2e17c Update which-key version for GNU ELPA
new 70d63a8 Add which-key-show-major-mode
new 917d2ba Improve echo area note for whic
branch: master
commit b6d04b3e9c281acf4093cf871b1639c730ad9618
Author: Justin Burkett
Commit: Justin Burkett
Fix .travis.yml
Didn't install cask
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9da955d..918e5f1 1
branch: master
commit 7150aa97954483517aa8395e94c39af9b49516fc
Author: Justin Burkett
Commit: Justin Burkett
Announce which-key-enable-extended-define-key in README
---
README.org | 25 +
1 file changed, 25 insertions(+)
diff --git a/README.org b/README.org
index ed
branch: master
commit 6e8df961f4aecbbb59655ea804c62f09eb13b271
Author: Justin Burkett
Commit: Justin Burkett
Consolidate use of binding filters
---
which-key.el | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/which-key.el b/which-key.el
ind
branch: master
commit 6247cb5e28c001ffa8e09a92f654990b324db424
Author: Justin Burkett
Commit: Justin Burkett
Simplify implementation of define-key based replacements
When a description is provided through define-key using a definition
like ("description" . def) place a additiona
branch: master
commit c7e5f766d131cf760f181bdda780bcd63cf765cc
Merge: 6247cb5 cd8d24d
Author: Justin Burkett
Commit: GitHub
Merge pull request #183 from tarsiiformes/silencio
Define which-key--current-key-list before using it
---
which-key.el | 18 +-
1 file changed
branch: master
commit 6d2e17c949ff7bfebfe0b0878a93d94b31585031
Author: Justin Burkett
Commit: Justin Burkett
Update which-key version for GNU ELPA
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index 78b1665..0e2c6da 100644
-
branch: master
commit 3ff8f48193dce6670ac57f8e67469435bc0a71ba
Author: Justin Burkett
Commit: Justin Burkett
Allow null DEF in which-key--process-define-key-args
This is useful for naming prefixes
---
which-key.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --
branch: master
commit 70d63a8babcc783cf0083b0094405d45303ec401
Author: Justin Burkett
Commit: Justin Burkett
Add which-key-show-major-mode
This is a new function to discover bindings, including evil ones, in the
keymap
of the current major mode. It should be considered experime
branch: master
commit 78a29434789c7e7af7b3cf10a548d6247a69d3a9
Author: Justin Burkett
Commit: Justin Burkett
Fix ordering of default replacement-alist
When which-key-allow-multiple-replacements is nil, this order is required
to get
the intended behavior with left and right.
branch: master
commit 0a212c71fe4ed8bf3006f5936df7ba7c673cdcd9
Author: Justin Burkett
Commit: Justin Burkett
Fix travis build
Add support for 25.3. Remove for 24.3
---
.travis.yml | 25 +
Makefile| 6 +++---
2 files changed, 12 insertions(+), 19 deletio
branch: master
commit 1234342878f9c9c9bc23ebe754e85d7fa155a51f
Author: Justin Burkett
Commit: Justin Burkett
Re-indent README
---
README.org | 792 +++--
1 file changed, 401 insertions(+), 391 deletions(-)
diff --git a/README.org b/RE
branch: master
commit ef384e781e6107850c7fadc78cb0675d7fe72e69
Author: Justin Burkett
Commit: Justin Burkett
Fix and improve define-key based replacements
Check for equality of definition as well as the key sequence. Unless it's a
prefix binding, in which case only check the key
branch: master
commit 917d2ba291eb7fea7b5c1c9097be23ea356b2477
Author: Justin Burkett
Commit: Justin Burkett
Improve echo area note for which-key-show-major-mode
---
which-key.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/which-key.el b/which-key.el
index 0f5b
25 matches
Mail list logo