Slight change

This commit is contained in:
Scott C. MacCallum 2022-04-12 19:34:56 -04:00
parent 1027338902
commit 15ceb8e6df
1 changed files with 3 additions and 3 deletions

View File

@ -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.