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

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

[elpa] externals/hiddenquote 5322eb5 08/14: ; Fix README.md


From: Stefan Monnier
Subject: [elpa] externals/hiddenquote 5322eb5 08/14: ; Fix README.md
Date: Tue, 9 Feb 2021 18:06:53 -0500 (EST)

branch: externals/hiddenquote
commit 5322eb56ebfd06fed0a8c4c1bfb98d08b77bf112
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Mauro Aranda <maurooaranda@gmail.com>

    ; Fix README.md
---
 README.md | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b96ced3..15176ec 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ You can follow these steps:
 - `make`
 - Add the directory where hiddenquote is to your load path:
 `(add-to-list 'load-path "/the/hiddenquote/dir")`
+
 Done!
 
 ---
@@ -45,24 +46,35 @@ Done!
 
 Require the file in your .init file:
 `(require 'hiddenquote)`
+
 `M-x hiddenquote`
 
 There are three buffers when playing a hiddenquote puzzle, so it's
 best to maximize the Emacs frame:
 - The grid buffer: Move around each cell with the usual movement
-  commands (`C-f`, `C-b`, `C-p`, `C-n`).  Complete each word by typing letters
-  into the cells.  If you make a mistake, you can delete the character
-  at point with C-d, or the character before with `backspace`.  If you
-  make a big mistake, then you can kill the whole word with
+  commands (`C-f`, `C-b`, `C-p`, `C-n`).
+  
+  Complete each word by typing letters into the cells.  If you make a
+  mistake, you can delete the character at point with `C-d`, or the
+  character before with `backspace`.
+  
+  If you make a big mistake, then you can kill the whole word with
   `C-S-backspace`, or kill the rest of the word with `C-k`.
+  
   To advance quickly to a far away word, use `M-g M-g`.
+  
   To check if you guessed right, type `?`, or click the clue number.
+  
   To save your progress, type `C-x C-s`.
+  
   To give up, and see the answers, type `C-x !`
+  
   To quit, without saving or giving up, type `C-x k`.
+  
 - The clues buffer: Read the clues to guess what words should go in
   the grid.  The clue where point is at (in the grid buffer) is always
   highlighted.
+  
 - The syllables buffer: Here you mark the syllables you used for each
   word.  Toggle a syllable state (used/unused) by clicking with the
   mouse or by hitting RET.  Once the grid is filled, and the syllables



reply via email to

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