guix-patches
[Top][All Lists]
Advanced

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

[bug#28292] Add emacs-game-2048.


From: Ludovic Courtès
Subject: [bug#28292] Add emacs-game-2048.
Date: Fri, 01 Sep 2017 10:34:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Applied with the changes below, thanks!

Ludo'.

PS: We discussed it a couple of times before: please configure your
    email client to not add Mail-followup-to: guix-patches.  That leads
    people to reply to guix-patches instead of address@hidden,
    which is annoying.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aae39c79f..985226571 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2618,14 +2618,11 @@ dark background.")
          "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
     (build-system emacs-build-system)
     (home-page "https://bitbucket.org/zck/2048.el";)
-    (synopsis "Implementation of the game 2048 in elisp")
+    (synopsis "Implementation of the game 2048 in Emacs Lisp")
     (description
      "This program is an implementation of 2048 for Emacs.
-
-The goal of this game is to create a tile with value 2048.
-
-The size of the board and goal value can be customized -- see the
-variables *2048-columns*, *2048-rows*, and *2048-victory-value*.")
+The goal of this game is to create a tile with value 2048.  The size of the
+board and goal value can be customized.")
   (license license:gpl3+)))
 
 (define-public emacs-smartparens

reply via email to

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