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

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

[nongnu] elpa/pacmacs 10b8a997dd 037/472: More precise instructions in R


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 10b8a997dd 037/472: More precise instructions in README
Date: Thu, 6 Jan 2022 21:59:07 -0500 (EST)

branch: elpa/pacmacs
commit 10b8a997dd8c4cf6c32ca57652eb3538d65b9480
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    More precise instructions in README
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 37cffb128a..abfd8a9a1c 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@
 
 1. clone the repo somewhere and cd to it: `$ git clone 
git://github.com/rexim/pacman.el.git && cd pacman.el`;
 2. open `pacman.el` file in Emacs;
-3. add game folder to the Load Path: `M-x eval-expression RET (add-to-list 
'load-path default-directory)`;
-4. eval entire buffer: `M-x eval-buffer`;
-5. start the game: `M-x pacman-start`.
+3. add game folder to the Load Path: `M-x eval-expression RET (add-to-list 
'load-path default-directory) RET`;
+4. eval entire buffer: `M-x eval-buffer RET`;
+5. start the game: `M-x pacman-start RET`.
 
 ## Unit Tests ##
 



reply via email to

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