README: use plain text for URLs as Github automatically convert them
This commit is contained in:
parent
76c2950609
commit
63ff25df7a
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -10,22 +10,22 @@ For the HTML help system, you will need emacs-w3m support.
|
||||||
|
|
||||||
By default emacs-lisp files are installed in
|
By default emacs-lisp files are installed in
|
||||||
|
|
||||||
`$prefix/share/emacs/site-lisp`
|
`$prefix/share/emacs/site-lisp`
|
||||||
|
|
||||||
SuperCollider files are put in
|
SuperCollider files are put in
|
||||||
|
|
||||||
`$prefix/share/SuperCollider/Extensions/scel`
|
`$prefix/share/SuperCollider/Extensions/scel`
|
||||||
|
|
||||||
The only thing you need to do is loading the sclang interface in your `~/.emacs`:
|
The only thing you need to do is loading the sclang interface in your `~/.emacs`:
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
(require 'sclang)
|
(require 'sclang)
|
||||||
```
|
```
|
||||||
|
|
||||||
For the HTML help system to fully function also add
|
For the HTML help system to fully function also add
|
||||||
```lisp
|
```lisp
|
||||||
(require 'w3m)
|
(require 'w3m)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation (detailed)
|
## Installation (detailed)
|
||||||
|
|
||||||
|
@ -39,9 +39,9 @@ file is called):
|
||||||
```
|
```
|
||||||
|
|
||||||
for the HTML help system to fully function also add
|
for the HTML help system to fully function also add
|
||||||
```lisp
|
```lisp
|
||||||
(require 'w3m)
|
(require 'w3m)
|
||||||
```
|
```
|
||||||
|
|
||||||
now put all `*.sc` files in sclang's library path, e.g. if you put them
|
now put all `*.sc` files in sclang's library path, e.g. if you put them
|
||||||
in a non-standard location, such as `~/SuperCollider/Emacs`, add the
|
in a non-standard location, such as `~/SuperCollider/Emacs`, add the
|
||||||
|
|
Loading…
Reference in a new issue