1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00
Commit graph

98 commits

Author SHA1 Message Date
Justin Burkett
81d93952af Fix README links 2021-05-31 22:34:08 -04:00
Justin Burkett
ef1fc43fcb Reference issues #93 and #175 in README
Fixes #291
2021-05-31 22:30:32 -04:00
BlaCk_Void
ca268fd313
REAMDE code's Number of parentheses pairs (#270) 2020-11-12 20:22:08 -05:00
Justin Burkett
427c3f4a53 Clarify README's description of keymap-based replacement 2020-10-18 15:34:53 -04:00
Justin Burkett
d794c4a0af Improve keymap-based-replacement description in README
Ref #263
2020-09-04 16:07:31 -04:00
Justin Burkett
e5543269fc Remove testing badge from README
Github integrates the results into the interface already, and it doesn't seem to
work.
2020-08-28 10:27:24 -04:00
Justin Burkett
ebb4e92b3c Add which-key-add-keymap-based-replacements
This is an alternative to advising define-key using
which-key-enable-extended-define-key, but functions the same beneath the
surface.

Ref #226 #261
2020-08-28 10:17:40 -04:00
Justin Burkett
a135e6f2c8 Change name of workflow 2020-02-07 22:32:41 -05:00
Justin Burkett
cf44641485 Replace travis badge with github workflow badge 2020-02-06 21:57:18 -05:00
Jonas Bernoulli
a916c9ae28 Fix typos (#222) 2019-11-11 14:51:32 -05:00
Justin Burkett
42a2505516 Rework implementation of manual updating
Instead of having people mess with prefix-help-command, use a new variable
which-key-show-early-on-C-h and control everything through
which-key-C-h-dispatch.
2019-08-01 22:40:30 -04:00
Justin Burkett
a256c4bce6 Use which-key-idle-secondary-delay value in manual updates 2019-08-01 15:32:55 -04:00
Justin Burkett
c47c72d1fe Cleanup whitespace in README 2019-07-31 12:31:57 -04:00
Justin Burkett
5cec1133cf Announce which-key-manual-update 2019-07-31 12:31:37 -04:00
Justin Burkett
c938bbf8d4 Mention #130 in README 2018-08-28 11:44:32 -04:00
Justin Burkett
7150aa9795 Announce which-key-enable-extended-define-key in README 2017-12-13 21:12:50 -05:00
Justin Burkett
159f0f9b78 Add notes about paging commands not working with minibuffer 2017-12-05 07:17:47 -05:00
Justin Burkett
1234342878 Re-indent README 2017-11-14 10:10:43 -05:00
Justin Burkett
29348528d2 Mention which-key-show-major-mode in README 2017-11-14 10:04:31 -05:00
Justin Burkett
a3a989e804 Update README 2016-12-20 16:03:21 -05:00
Justin Burkett
f0eb183af6 Tweak TOC in README and fix a link 2016-12-12 09:04:44 -05:00
Justin Burkett
0498eeab1f Fix links to users in README 2016-11-30 08:58:53 -05:00
Justin Burkett
b3f686dd6c Add @pdcawley's example to README 2016-11-30 08:56:05 -05:00
Justin Burkett
9110eebc36 Fix a README link 2016-11-29 13:20:00 -05:00
Justin Burkett
19186917eb Consolidate replacements into one alist
New list is which-key-replacement-alist. See docstring.

The following lists are deprecated. Some basic backwards compatibility is
attempted, but more complicated configs will likely break.

which-key-key-replacement-alist
which-key-key-based-description-replacement-alist
which-key-description-replacement-alist

which-key-binding-filter-function was removed, since it's functionality is
mostly replaced by which-key-replacement-alist

Updated README
2016-11-21 23:03:12 -05:00
Hariharan R
431f29aee4 fix link 2016-10-16 02:18:23 -04:00
Justin Burkett
b7cce2d0a7 Add note about setting delay to zero 2016-08-17 11:17:16 -04:00
justbur
1b611e9947 More cleanup of README 2016-05-16 21:18:59 -04:00
justbur
02ee845072 README typo 2016-05-16 21:15:28 -04:00
justbur
642373e356 Fix comment about special keys in README 2016-05-16 21:08:18 -04:00
justbur
0c32f52bfc Update docs for new sort function 2016-05-16 21:06:23 -04:00
justbur
bfc5c38b6d Add third-party support section to readme 2016-04-26 09:18:20 -04:00
justbur
2fef1f73c4 Add badge 2016-04-06 13:53:58 -04:00
justbur
a571ba2338 Cleanup for 1.0 release 2016-03-21 22:04:53 -04:00
justbur
2d8767caa4 Disable special-keys option by default
It's probably too surprising to have enabled by default.
2016-03-10 19:54:56 -05:00
Colin Yates
5909fb2fc3 Trivial fix correcting SpacEmacs 2016-01-26 12:47:58 +00:00
Amory Meltzer
06c312b4d5 Document which-key-prefix-prefix
30bc0c224b
2015-12-09 13:19:23 -08:00
Justin Burkett
baee0db96e Clarify C-h commands description in readme 2015-12-03 12:10:47 -05:00
justbur
388c00736a Add C-h commands to what's new in readme
Still need to update the rest of the content
2015-12-03 08:44:14 -05:00
justbur
3327e9cdf2 Remove dependencies from README 2015-12-01 11:53:02 -05:00
justbur
2d0b1463ad Add README note about last commit 2015-11-20 15:40:16 -05:00
justbur
9dd0ceaaab Revert change in default of side-window-bottom
Not happy with the look of it yet, even though it's probably better to
avoid the echo area
2015-11-18 21:44:11 -05:00
justbur
24839e665d Fix spacing in last commit 2015-11-18 14:58:35 -05:00
justbur
8f9bd782f7 Mention new show-prefix option and format README 2015-11-18 14:57:01 -05:00
justbur
b0f9f580f3 Mention show-top-level in the README 2015-11-15 21:39:33 -05:00
justbur
51044ea80b Add option to pad key columns on the left
Allows you to make more space between the columns if you think the
layout is too tight.
2015-11-12 13:28:33 -05:00
justbur
864218b307 Add example of adding Unicode replacements in README
Thanks @epitzer for the suggestion.
https://github.com/justbur/emacs-which-key/issues/52
2015-11-03 20:03:29 -05:00
justbur
8b4b1ee056 Add melpa stable banner 2015-10-28 22:52:28 -04:00
justbur
7226967e4f Move sorting functions and add to readme 2015-10-20 09:26:07 -04:00
justbur
caa70fe652 readme: Remove what's new and add dependency note 2015-10-05 07:31:42 -04:00