emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lorem-ipsum 3d0152632d 16/30: add detail to README.md


From: ELPA Syncer
Subject: [nongnu] elpa/lorem-ipsum 3d0152632d 16/30: add detail to README.md
Date: Sun, 11 Dec 2022 20:59:22 -0500 (EST)

branch: elpa/lorem-ipsum
commit 3d0152632d5dad48e1b633b2cee38c9f64e873a0
Author: Joe Schafer <joe@jschaf.com>
Commit: Joe Schafer <joe@jschaf.com>

    add detail to README.md
---
 README.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/README.md b/README.md
index 0222820755..0646165735 100644
--- a/README.md
+++ b/README.md
@@ -4,5 +4,29 @@ Add filler lorem ipsum text to Emacs
 
 ## Installation
 
+Soon to be added to the normal Emacs package repositories.
+
+Add this file to your `load-path'.
+
 
 ## Setup
+
+Use the default keybindings by adding the following to your .emacs
+file:
+
+    (Lorem-ipsum-use-default-bindings)
+
+
+This will setup the folling keybindings:
+=======  =============================
+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:
+
+    (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)
+    (global-set-key (kbd "C-c C-l l") 'Lorem-ipsum-insert-list)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]