We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emaps-describe-keymap-bindings
At the moment, running emaps-describe-keymap-bindings, doesn't produce great alignment.
Buffer from (emaps-describe-keymap-bindings 'Info-edit-mode-map):
(emaps-describe-keymap-bindings 'Info-edit-mode-map)
Describing bindings for 'Info-edit-mode-map key binding --- ------- C-c Prefix Command ESC Prefix Command C-c C-c Info-cease-edit <menu-bar> <text> Prefix Command C-M-i ispell-complete-word <menu-bar> <text> <center-line> center-line <menu-bar> <text> <center-paragraph> center-paragraph <menu-bar> <text> <center-region> center-region <menu-bar> <text> <paragraph-indent-minor-mode> paragraph-indent-minor-mode <menu-bar> <text> <toggle-text-mode-auto-fill> toggle-text-mode-auto-fill [back]
I think the main issues are:
<menu-bar> <text> Prefix Command
C-M-i ispell-complete-word
<menu-bar>
I think it is sensible to keep line breaking at 72 characters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, running
emaps-describe-keymap-bindings
, doesn't produce great alignment.Example
Buffer from
(emaps-describe-keymap-bindings 'Info-edit-mode-map)
:I think the main issues are:
<menu-bar> <text> Prefix Command
C-M-i ispell-complete-word
<menu-bar> <text> Prefix Command
<menu-bar>
items, the break in format makes the alignment feel offI think it is sensible to keep line breaking at 72 characters.
The text was updated successfully, but these errors were encountered: