From 15ceb8e6dfc6f55b7e3108fefa840c86ae55e1d0 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Tue, 12 Apr 2022 19:34:56 -0400 Subject: [PATCH] Slight change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9ee100..219badd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ the website, but it will not be easy to keep it up to date.* 7. Rename the dotemacs file in your home directory to .emacs: **mv $HOME/dotemacs $HOME/.emacs** 8. Make sure that the shell files in the seid directory are executable. If they are not: **chmod +x $HOME/seid/*.sh** 9. Run **emacs** -10. Switch to the SDF program buffer that is the program that you want to use. Example, to use the com program, do the following: -**C-x b** (that is Emacs notation for, while holding down the control key, press the x key, release the control key, press the b key), -type **com**, press the **enter key**. Select other SDF programs e.g. bboard similarly. +10. Switch to the SDF program buffer that is the program that you want to use. Example, to use the com program, do: **C-x b** (that +is Emacs notation for, while holding down the control key, press the x key, release the control key, press the b key), type **com**, +press the **enter key**. Select other SDF programs e.g. bboard similarly.