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

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

[nongnu] elpa/pacmacs 68f6dc9a93 167/472: Update MELPA repo link


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 68f6dc9a93 167/472: Update MELPA repo link
Date: Thu, 6 Jan 2022 21:59:22 -0500 (EST)

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

    Update MELPA repo link
---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index e381fc62a2..9423e7595c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ your emacs config file somewhere (.emacs, init.el, whatever):
 ```
 (require 'package)
 (add-to-list 'package-archives
-             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+             '("melpa" . "https://melpa.org/packages/";) t)
 ```
 
 Then use `M-x package-install RET pacmacs RET` to install the game.
@@ -29,18 +29,18 @@ Then use `M-x package-install RET pacmacs RET` to install 
the game.
 
 ### Functions ###
 
-1. `pacmacs-start` — start the game;
-2. `pacmacs-score` — show the 10 best scores;
+1. `M-x pacmacs-start RET` — start the game;
+2. `M-x pacmacs-score RET` — show the 10 best scores.
 
 ### Controls ###
 
 Only available in the `*Pacman*` buffer.
 
-1. `<up>` — move Pacman up
-2. `<down>` — move Pacman down
-3. `<left>` — move Pacman left
-4. `<right>` — move Pacman right
-5. `<q>` — quit the game
+1. `<up>` — move Pacman up;
+2. `<down>` — move Pacman down;
+3. `<left>` — move Pacman left;
+4. `<right>` — move Pacman right;
+5. `<q>` — quit the game.
 
 ## Development ##
 



reply via email to

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