1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
Commit graph

84 commits

Author SHA1 Message Date
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
justbur
acf30ee10a Remove some alists from customize and update docs
The helper functions should be used now due to the nature of the lists.
Removing the variables from customize should encourage this.

Also add automatic conversion of old format of
`which-key-key-based-description-replacement-alist`.
2015-09-18 15:39:27 -04:00
justbur
f865977df3 Update README for key-based replacements 2015-09-18 11:20:00 -04:00
Justin Burkett
5761b07b57 typo in readme 2015-09-09 11:21:50 -04:00
justbur
73ff071ec3 Make preventing C-h cycling the default 2015-09-02 12:57:46 -04:00
justbur
156bd61f46 Describe new paging options in readme 2015-09-01 13:56:48 -04:00
justbur
d613dfe395 README links working again 2015-07-30 16:51:01 -04:00
justbur
4b5ade3d49 Second try to fix links 2015-07-30 16:10:15 -04:00
justbur
f32bbf0adb Fix a link in readme 2015-07-30 16:05:26 -04:00
justbur
2e7744cc78 Add local-map face to readme 2015-07-30 15:52:21 -04:00
justbur
9e5d5fb969 README typos 2015-07-27 22:41:39 -04:00
justbur
768ed25eba Reorg README and new pictures 2015-07-27 22:34:56 -04:00
Justin Burkett
a413d74127 Minor wording change to readme 2015-07-27 22:24:48 -04:00
justbur
6af1756751 Add note to readme 2015-07-27 22:04:40 -04:00
justbur
9f56b94677 Revert "Fix some parts of readme"
This reverts commit a5413c2b8a.
2015-07-27 22:01:59 -04:00