1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00
Commit graph

322 commits

Author SHA1 Message Date
justbur
f865977df3 Update README for key-based replacements 2015-09-18 11:20:00 -04:00
justbur
4d7363df19 Add ability to highlight certain commands
Adds `which-key-highlighted-command-list` and
`which-key-highlighted-command-face` as user-customizable means of
highlighting arbitrary commands (selected through regexp) with arbitrary
faces.
2015-09-16 12:20:24 -04:00
Justin Burkett
5761b07b57 typo in readme 2015-09-09 11:21:50 -04:00
justbur
358ebaca5d Mute echo-keystrokes message
It seems to be too much information to display on *every* startup
2015-09-08 06:31:52 -04:00
justbur
e0c80e3ab5 Better warning for add-key-val-to-alist 2015-09-03 15:23:59 -04:00
justbur
8b5d4c1dd2 Fix typo 2015-09-03 13:19:42 -04:00
justbur
5cfc20646f Minor fix on last commit 2015-09-03 13:11:12 -04:00
justbur
34dbf35123 Common interface for prefix names and titles 2015-09-03 13:01:02 -04:00
justbur
e5ed7de510 Minor changes to key-seq functions 2015-09-02 20:50:36 -04:00
justbur
2f45969ca9 Change default indentation of helpers 2015-09-02 20:36:39 -04:00
justbur
35717ee18b Add support for prefix-names 2015-09-02 20:31:48 -04:00
justbur
73ff071ec3 Make preventing C-h cycling the default 2015-09-02 12:57:46 -04:00
justbur
f248e9093e Allow disabling truncation 2015-09-02 12:51:47 -04:00
justbur
13c1feaeeb Add min-display-lines option
Ref #60
2015-09-02 12:04:37 -04:00
justbur
b015716afc Shorten next page hint
It's too long with the buffer on the right
2015-09-02 08:51:53 -04:00
justbur
5f5fcc4282 Factor out next page hint 2015-09-02 08:28:46 -04:00
justbur
c1458b621a Change wording of hint 2015-09-02 08:01:30 -04:00
justbur
6bfda0168e Add missing autoload
Fix #60
2015-09-02 07:22:33 -04:00
justbur
156bd61f46 Describe new paging options in readme 2015-09-01 13:56:48 -04:00
justbur
fa202a53ff Fix compiler warning 2015-09-01 13:00:51 -04:00
justbur
aefca12690 Fix implementation of prevent-C-h-from-cycling 2015-09-01 10:53:04 -04:00
justbur
353ab03968 Add experimental support for using descbinds
Adds a new variable which is disabled by default, called
which-key-prevent-C-h-from-cycling. If both this new variable and
which-key-use-C-h-for-paging are t, then C-h will page through to the
last page, but then drop into the default emacs behavior of calling
describe-prefix-bindings instead of cycling to page 1 again.
2015-09-01 00:20:49 -04:00
justbur
a251b4e4c5 Fix echo-keystrokes backup 2015-08-27 08:43:55 -04:00
justbur
5eee7e8228 Fix which-key-echo-keystrokes docstring 2015-08-27 08:37:41 -04:00
justbur
54fd3bbb55 Add helper function for prefix titles 2015-08-16 18:19:30 -04:00
justbur
64083cee08 One more change to format of prefix-title-alist 2015-08-15 21:10:49 -04:00
justbur
5e1d53000a Switch prefix-titles to key-seq as key 2015-08-15 20:27:44 -04:00
justbur
14892bbf56 Add support for "prefix titles". See #58 2015-08-15 13:03:09 -04:00
justbur
cb2e4a92f9 show-remaining-keys cleanup 2015-08-10 11:06:59 -04:00
justbur
8e4602ad13 Add missing save-match-data call 2015-08-10 09:09:59 -04:00
justbur
833d17cf1e Tweak partition-columns 2015-08-03 15:11:46 -04:00
justbur
90e54815b5 Fix ref to free var 2015-08-03 14:54:20 -04:00
justbur
bfe1e5c9b5 Replace ?? with lambda by default 2015-08-03 13:46:20 -04:00
justbur
af9e3425ec Clean-up partition-columns implementation 2015-08-03 12:39:15 -04:00
justbur
3effbaf080 Add README intro to commentary section. 2015-08-02 19:33:24 -04:00
justbur
91f7470a7c Bump version 2015-08-02 19:27:23 -04:00
justbur
32c57075a3 Allow for nil local-map. Fixes #57 2015-08-01 07:16:29 -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
1e88120ab5 Add local-map face
Possible solution for #45. Does not change any default settings.
2015-07-28 22:42:23 -04:00
justbur
4d4dc93067 README fixes 2015-07-28 22:41:35 -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
justbur
5bdffa6b08 More docstrings 2015-07-27 21:57:42 -04:00
justbur
754051475a Allow show-next-page to force update before timer 2015-07-27 21:48:34 -04:00