From 601381919e28779e58b44f780dbb8ec181b12f18 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 9 Jan 2021 12:42:01 +0100 Subject: [PATCH] add install command --- README.md | 40 +++++++++++++++++++++++++--------------- README.org | 6 ++++++ 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7c8685f8..ee44011d 100644 --- a/README.md +++ b/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. - + # Requirements @@ -32,7 +33,16 @@ a bunch of online resources. `~/.emacs.d/init.el`) - + + +# Installation + +Install into `~/.config/emacs` (must be empty) + + git clone http://gogs.weseng.de/daniel/emacs.git ~/.config/emacs + + + # Key bindings and functions @@ -48,14 +58,14 @@ a bunch of online resources. -M-> +M-> end-of-buffer   -M-< +M-< beginning-of-buffer   @@ -158,7 +168,7 @@ a bunch of online resources. -C-c C-x \\ +C-c C-x \ org-toggle-pretty-entries e. g. displays ± as ± @@ -311,7 +321,7 @@ a bunch of online resources. - + # Packages @@ -320,7 +330,7 @@ a bunch of online resources. colors with the color they represent as background. - + # 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. - + # Errors - + ## failed execution of bibtex2html diff --git a/README.org b/README.org index 85ed109a..eca9f2d3 100644 --- a/README.org +++ b/README.org @@ -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 | |