Much-needed update to the README.

Commit
8a7a868132977e55b7a4eaa1f25ae6bbed988d5b
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
README.org
index 6cf341ca..3a6e8698 100644..100644
@@ -7,19 +7,24 @@
7 7
8 8 * Installation
9 9
10 Added:
10 11 ** GNU Emacs
11 12
13 Added:
12 14 *** Linux
13 15
14 16 Use your package manager.
15 17
18 Added:
16 19 *** Windows
17 20
18 21 Head on over to https://www.gnu.org/savannah-checkouts/gnu/emacs/download.html
19 22 and download yourself a /fresh/ copy of GNU Emacs.
20 23
24 Added:
21 25 ** My distribution
22 Removed:
26 Added:
27 Added:
23 28 *** Linux
24 29
25 30 Backup your current =~/.emacs.d= with the following command:
@@ -35,29 +40,54 @@
35 40 git clone https://github.com/Blendoit/.emacs.d.git
36 41 #+END_SRC
37 42
43 Added:
38 44 *** Windows
39 45
40 46 Download a =.zip= of the files in this repository. Then, extract the =.zip=, and
41 47 rename the extracted folder to =.emacs.d=. Place this folder in your home folder
42 48 (one level up from =Documents=, =Pictures= or =Desktop=).
43 49
44 Removed: * Main Files
45 50
51 Added: * Main files & directories
52 Added:
53 Added:
54 Added: ** =early-init.el=
55 Added:
56 Added: This is the first editable file that GNU Emacs loads on startup.
57 Added:
58 Added:
46 59 ** =init.el=
47 60
48 Removed: This is the first editable file that GNU Emacs loads on startup. This file's
49 Removed: only purpose is to load my literate configuration =blendoit/init-blendoit.org=.
50 Removed:
51 Removed: ** =init-custom.el=
61 Added: This file's only purpose is to load my literate configuration
62 Added: =blendoit/init-blendoit.org=.
52 63
64 Added:
65 Added: ** =custom.el=
66 Added:
53 67 All customization options available in Emacs' GUI that can be saved with
54 68 =Options - Save Options= are saved here. This is useful to fool around with GUI
55 69 customization options, without breaking our manually written code.
56 70
57 Removed: ** =blendoit/init-blendoit.org=
71 Added:
72 Added: ** =smart-documents.org=
58 73
59 74 This is my personal literate configuration file.
60 Removed:
75 Added:
76 Added:
77 Added: ** =./meta=
78 Added:
79 Added: Contains data specific to the device currently running Emacs, namely
80 Added: where it should expect recent files, autosaved files, and projects'
81 Added: locations.
82 Added:
83 Added:
84 Added: ** =./resources=
85 Added:
86 Added: Contains files that you would copy-paste from one device to another,
87 Added: if the second device has no internet access (common occurrence at
88 Added: work?)
89 Added:
90 Added:
61 91 * Usage
62 92
63 93 Each configuration file is commented.