Small spell correction. ~/.emacs-post role was explained more clear.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 17 Mar 2010 23:13:18 +0200
changeset 352 a54dc30fba33
parent 351 e30e4bd7e85e
child 353 b0997da7a813
Small spell correction. ~/.emacs-post role was explained more clear.
README
--- a/README	Wed Mar 17 23:07:40 2010 +0200
+++ b/README	Wed Mar 17 23:13:18 2010 +0200
@@ -11,17 +11,18 @@
 
   '~/.emacs-pre'
                 For manually written customisation (usually for updating
-                load-path) which can affect on '.emacs-my'. Don't overridden
-                on installing.
+                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. Don't overridden
-                on installing. Some settings from this file can effect on
-                loaded elisp files from .emacs-my.
+                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 and loading modes added to
-                load-path in ~/.emacs-pre. Don't overridden on installing.
+                For storing connection settings, passwords and enabling modes
+                added to load-path in ~/.emacs-pre. Will not be overridden on
+                install.