justbur
86d0613c7f
Bump version
2015-09-24 10:33:52 -04:00
justbur
4ddf2777da
Better fix for #65
...
Go back to using the original strategy of backing up
`prefix-help-command` but make sure it never gets set to
`which-key-show-next-page`.
2015-09-24 10:32:17 -04:00
justbur
c1873df76d
Fix #65
...
Don't try to backup the value of `prefix-help-command` because it was
getting set to `which-key-show-next-page` somehow creating an infinite
recursion error. Just call `describe-prefix-bindings` directly, which
should cover almost all cases.
2015-09-23 14:00:46 -04:00
justbur
df53b5d11c
Fix docstring typo
...
Thanks @hmelman
2015-09-22 09:07:11 -04:00
justbur
74a372468e
Add alist-name arg to add-key-val-to-alist
...
Otherwise the name of the alist is not available to this function
2015-09-20 21:26:11 -04:00
justbur
6a5c2410dd
Add faces group
2015-09-20 20:59:01 -04:00
justbur
db263bc2d6
Better messages for add-key-val-to-alist
2015-09-19 11:10:58 -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
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