diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-23 00:03:49 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-23 00:03:49 -0500 |
| commit | 73e440978a9eeafa0ea3023337af809915416e50 (patch) | |
| tree | f3e6d0b545c833f88b5ee144823f826e61a3eb42 | |
| parent | fdaeb9c2ed562358c46c860ebf3ba99b30ccdb99 (diff) | |
| download | dotemacs-73e440978a9eeafa0ea3023337af809915416e50.tar.gz dotemacs-73e440978a9eeafa0ea3023337af809915416e50.zip | |
docs:games-config: Update commentary on game packages
Streamline the commentary section by removing redundant descriptions
and instructions for accessing games. Focus on configuring game
packages instead of listing individual games.
| -rw-r--r-- | modules/games-config.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/games-config.el b/modules/games-config.el index d162cd02a..e0c512ef7 100644 --- a/modules/games-config.el +++ b/modules/games-config.el @@ -3,16 +3,12 @@ ;; ;;; Commentary: ;; -;; Configuration for games playable within Emacs. Available games include: +;; Configuration for game packages. ;; ;; - Malyon for playing interactive fiction and text adventures in Z-machine format ;; (stories directory: ~/sync/org/text.games/) ;; - 2048 number-tile puzzle game ;; -;; Access games by using use the games menu with Shift-Alt-G or use via ~M-x <game-name>~ -;; -;; The games menu is the easiest entry. "Shift-Alt-G" will get you there. Enjoy! -;; ;;; Code: ;; ----------------------------------- Malyon ---------------------------------- |
