diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-04-02 20:30:49 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-04-02 20:30:49 +0200 |
commit | 189d142f8555aa80401096d91a887da4ad0c3b6e (patch) | |
tree | a0474d7b61c5518e762240666998bc1e44167648 | |
parent | 30887a21bd7d2cd093e790f50eb70e5e3a61dc0c (diff) | |
download | geiser-189d142f8555aa80401096d91a887da4ad0c3b6e.tar.gz geiser-189d142f8555aa80401096d91a887da4ad0c3b6e.tar.bz2 |
Trying harder to use proper org markup in README
and make github happier in the process (cf. github issue #243)
-rw-r--r-- | README | 33 |
1 files changed, 18 insertions, 15 deletions
@@ -52,10 +52,13 @@ not required for any other scheme. - Install the necessary support eggs: - $ chicken-install -s apropos chicken-doc + + $ chicken-install -s apropos chicken-doc + - Update the Chicken documentation database: - $ =cd `csi -p '(chicken-home)'`= - $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx + + $ =cd `csi -p '(chicken-home)'`= + $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx * Basic configuration @@ -163,22 +166,22 @@ ** In the documentation browser: |----------+----------------------------------------------| - | f | Next page | - | b | Previous page | + | =f= | Next page | + | =b= | Previous page | |----------+----------------------------------------------| - | TAB, n | Next link | - | S-TAB, p | Previous link | - | N | Next section | - | P | Previous section | + | =TAB=, =n= | Next link | + | =S-TAB=, =p= | Previous link | + | =N= | Next section | + | =P= | Previous section | |----------+----------------------------------------------| - | k | Kill current page and go to previous or next | - | g, r | Refresh page | - | c | Clear browsing history | + | =k= | Kill current page and go to previous or next | + | =g=, =r= | Refresh page | + | =c= | Clear browsing history | |----------+----------------------------------------------| - | ., M-. | Edit identifier at point | - | z | Switch to REPL | + | =.=, =M-.= | Edit identifier at point | + | =z= | Switch to REPL | |----------+----------------------------------------------| - | q | Bury buffer | + | =q= | Bury buffer | |----------+----------------------------------------------| ** In backtrace (evaluation/compile result) buffers: |