# HG changeset patch # User Oleksandr Gavenko # Date 1268859841 -7200 # Node ID 5e1c168ef21bb05a894beb1a05fc74cbf47d156c # Parent c914089bd84b981c4a406a1fb5e3bb2b56c1f9e4 Document that '~/.emacs-custom.el' now loaded before '~/.emacs-my'. diff -r c914089bd84b -r 5e1c168ef21b README --- a/README Wed Mar 17 22:59:52 2010 +0200 +++ b/README Wed Mar 17 23:04:01 2010 +0200 @@ -16,11 +16,12 @@ '~/.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. '~/.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. - '~/.emacs-custom.el' - For storing customisations by Emacs itself. Don't overridden - on installing.