Document that '~/.emacs-custom.el' now loaded before '~/.emacs-my'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 17 Mar 2010 23:04:01 +0200
changeset 350 5e1c168ef21b
parent 349 c914089bd84b
child 351 e30e4bd7e85e
Document that '~/.emacs-custom.el' now loaded before '~/.emacs-my'.
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.