# HG changeset patch # User Oleksandr Gavenko # Date 1268860398 -7200 # Node ID a54dc30fba33030e85592f92b3dc13d3061dbea6 # Parent e30e4bd7e85e66dcfcd7696c6c3d929c20db9c4f Small spell correction. ~/.emacs-post role was explained more clear. diff -r e30e4bd7e85e -r a54dc30fba33 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.