branch: elpa/lorem-ipsum commit b4c46d3de6056475b8806c6d5021c4829642ae20 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Joe Schafer <joe.scha...@delta46.us>
Improve formatting and wording in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e01bbc727..9c547b690b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lorem Ipsum for Emacs # -Add filler lorem ipsum text to Emacs +Add filler lorem ipsum text in Emacs. ## Installation @@ -32,12 +32,12 @@ This will setup the following keybindings: Key Binding | Function ------------|------------------------------ -`C-c l p` | lorem-ipsum-insert-paragraphs -`C-c l s` | lorem-ipsum-insert-sentences -`C-c l l` | lorem-ipsum-insert-list +`C-c l p` | `lorem-ipsum-insert-paragraphs` +`C-c l s` | `lorem-ipsum-insert-sentences` +`C-c l l` | `lorem-ipsum-insert-list` -If you want different keybinding, say you want the prefix C-c C-l, use a variation of the -following: +If you want different keybinding, say you want the prefix `C-c C-l`, +use a variation of the following: (global-set-key (kbd "C-c C-l s") 'lorem-ipsum-insert-sentences) (global-set-key (kbd "C-c C-l p") 'lorem-ipsum-insert-paragraphs)