Update docs for new file hierarchy.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 28 Feb 2015 22:37:19 +0200
changeset 1237 a194c21bc9d2
parent 1236 f5be1005cdba
child 1238 c9e507cde2b7
Update docs for new file hierarchy.
README.rst
--- a/README.rst	Sat Feb 28 22:36:07 2015 +0200
+++ b/README.rst	Sat Feb 28 22:37:19 2015 +0200
@@ -5,34 +5,29 @@
 =====================
 .. contents::
 
-Copyright (C) 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-
-You can do anything with this file without any warranty.
+:Author: Oleksandr Gavenko <gavenkoa@gmail.com>
 
 Config files structure.
 =======================
 
-Main Emacs config file is '~/.emacs'. I decide don't store beside it all
-customisations. Instead it simply load files in such order:
+I use ``~/.emacs.d/init.d`` as main entry point for customisation. Tha file load
+anoth files in such order:
 
-  '~/.emacs-autogen'
-                It content depend on installation environment. Automatically
-                generated.
-  '~/.emacs-pre'
-                For manually written customisation (usually for updating
-                load-path) which can affect on '.emacs-my'. Will not be
-                overridden on install.
-  '~/.emacs.d/my-lisp/autoload-my.el'
-                For defining autoload function for modes (instead loading all
-                mode files to save startup time). Automatically generated.
-  '~/.emacs-custom.el'
-                For storing customisations by Emacs itself. Some settings from
-                this file can effect on loaded elisp files from .emacs-my.
-                Will not be overridden on install.
-  '~/.emacs-my'
-                Here main customisations placed.
-  '~/.emacs-post'
-                For storing connection settings, passwords and enabling modes
-                added to load-path in ~/.emacs-pre. Will not be overridden on
-                install.
+  ``~/.emacs.d/.emacs-autogen``
+    Hold environment info discovered during installing. Automatically generated.
+  ``~/.emacs.d/.emacs-pre``
+    For manually written customisation (usually for updating load-path) which
+    can affect on ``.emacs-my``. Will not be overridden on install.
+  ``~/.emacs.d/my/loaddefs.el``
+    Definition for my modes autoload functions. Automatically generated.
+  ``~/.emacs.d/.emacs-custom``
+    For storing customisations by Emacs itself. Some settings from this file can
+    effect on loaded elisp files from .emacs-my. Will not be overridden on
+    install.
+  ``~/.emacs.d/.emacs-my``
+    Here main customisations is placed.
+  ``~/.emacs.d/.emacs-post``
+    For storing connection settings, passwords and enabling modes added to
+    load-path in ``~/.emacs.d/.emacs-pre``. Will not be overridden on install.
 
+