add install command

This commit is contained in:
2021-01-09 12:42:01 +01:00
parent f5649dceab
commit 601381919e
2 changed files with 31 additions and 15 deletions

View File

@@ -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-&gt;</td>
<td class="org-left">end-of-buffer</td>
<td class="org-left">&#xa0;</td>
</tr>
<tr>
<td class="org-left">M-<</td>
<td class="org-left">M-&lt;</td>
<td class="org-left">beginning-of-buffer</td>
<td class="org-left">&#xa0;</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 &plusmn; 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

View File

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