README
changeset 350 5e1c168ef21b
parent 301 da1fac055e5d
child 352 a54dc30fba33
--- 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.