add install command
This commit is contained in:
40
README.md
40
README.md
@@ -1,18 +1,19 @@
|
||||
|
||||
# Table of Contents
|
||||
|
||||
1. [Requirements](#org5dac277)
|
||||
2. [Key bindings and functions](#org8820a76)
|
||||
3. [Packages](#org0b929de)
|
||||
4. [Information](#org2b905fc)
|
||||
5. [Errors](#org79be759)
|
||||
1. [failed execution of bibtex2html](#org48a4eb7)
|
||||
1. [Requirements](#org6c8d5be)
|
||||
2. [Installation](#org59860be)
|
||||
3. [Key bindings and functions](#org86a7e80)
|
||||
4. [Packages](#org5cf1ccd)
|
||||
5. [Information](#org2a1da37)
|
||||
6. [Errors](#orgf579e32)
|
||||
1. [failed execution of bibtex2html](#orgf9bbcb1)
|
||||
|
||||
This is an ongoing evolution of Emacs configuration files, inspired by
|
||||
a bunch of online resources.
|
||||
|
||||
|
||||
<a id="org5dac277"></a>
|
||||
<a id="org6c8d5be"></a>
|
||||
|
||||
# Requirements
|
||||
|
||||
@@ -32,7 +33,16 @@ a bunch of online resources.
|
||||
`~/.emacs.d/init.el`)
|
||||
|
||||
|
||||
<a id="org8820a76"></a>
|
||||
<a id="org59860be"></a>
|
||||
|
||||
# Installation
|
||||
|
||||
Install into `~/.config/emacs` (must be empty)
|
||||
|
||||
git clone http://gogs.weseng.de/daniel/emacs.git ~/.config/emacs
|
||||
|
||||
|
||||
<a id="org86a7e80"></a>
|
||||
|
||||
# Key bindings and functions
|
||||
|
||||
@@ -48,14 +58,14 @@ a bunch of online resources.
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">M-></td>
|
||||
<td class="org-left">M-></td>
|
||||
<td class="org-left">end-of-buffer</td>
|
||||
<td class="org-left"> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="org-left">M-<</td>
|
||||
<td class="org-left">M-<</td>
|
||||
<td class="org-left">beginning-of-buffer</td>
|
||||
<td class="org-left"> </td>
|
||||
</tr>
|
||||
@@ -158,7 +168,7 @@ a bunch of online resources.
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="org-left">C-c C-x \\</td>
|
||||
<td class="org-left">C-c C-x \</td>
|
||||
<td class="org-left">org-toggle-pretty-entries</td>
|
||||
<td class="org-left">e. g. displays ± as ±</td>
|
||||
</tr>
|
||||
@@ -311,7 +321,7 @@ a bunch of online resources.
|
||||
</table>
|
||||
|
||||
|
||||
<a id="org0b929de"></a>
|
||||
<a id="org5cf1ccd"></a>
|
||||
|
||||
# Packages
|
||||
|
||||
@@ -320,7 +330,7 @@ a bunch of online resources.
|
||||
colors with the color they represent as background.
|
||||
|
||||
|
||||
<a id="org2b905fc"></a>
|
||||
<a id="org2a1da37"></a>
|
||||
|
||||
# Information
|
||||
|
||||
@@ -330,12 +340,12 @@ but interlocks to prevent the simultaneous editing of the same
|
||||
file. See [Interlocking](https://www.emacswiki.org/info-ref?find=Interlocking) in the [EmacsManual](https://www.emacswiki.org/emacs/EmacsManual) for details.
|
||||
|
||||
|
||||
<a id="org79be759"></a>
|
||||
<a id="orgf579e32"></a>
|
||||
|
||||
# Errors
|
||||
|
||||
|
||||
<a id="org48a4eb7"></a>
|
||||
<a id="orgf9bbcb1"></a>
|
||||
|
||||
## failed execution of bibtex2html
|
||||
|
||||
|
||||
@@ -19,6 +19,12 @@ a bunch of online resources.
|
||||
- =ln -s ~/.config/emacs/init ~/.emacs= (or =~/.emacs.el=,
|
||||
=~/.emacs.d/init.el=)
|
||||
|
||||
* Installation
|
||||
Install into =~/.config/emacs= (must be empty)
|
||||
#+begin_src sh
|
||||
git clone http://gogs.weseng.de/daniel/emacs.git ~/.config/emacs
|
||||
#+end_src
|
||||
|
||||
* Key bindings and functions
|
||||
#+caption: General
|
||||
| M-> | end-of-buffer | |
|
||||
|
||||
Reference in New Issue
Block a user