From 77849dd4c8b7e8485d9113e6afcdf721b316c12c Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Wed, 11 Dec 2019 21:12:04 +0100 Subject: [PATCH] Tiny changes to readme. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 78e56cf..e91fafc 100644 --- a/README +++ b/README @@ -33,8 +33,9 @@ implemented using the "remote" mode of this program. Installation ------------ -To install emus, simply add `emus.el` to a directory contained -in your emacs `load-path`, then add the following to your `init.el`: +To install emus, simply add the file "emus.el" to a directory +contained in your emacs `load-path`, then add the following to your +init.el file: (require 'emus) @@ -65,10 +66,10 @@ Usage To open the emus song browser, use `M-x emus-browse`. Songs can be selected for playback from this list by clicking their titles with the mouse cursor -(if available) or by moving point over the title and pressing "RET". Playback +(if available) or by moving point over the title and pressing `RET`. Playback can be paused using the spacebar, the next/previous songs can be selected -using the "n" and "p" keys. Similarly you can navigate between albums using -"N" and "P". +using the `n` and `p` keys. Similarly you can navigate between albums using +`N` and `P`. You can see the full list of keys available for playback control by using `C-h m` with the browser buffer selected. This help window also lists the -- 2.20.1