README
changeset 386 3efe37437745
parent 352 a54dc30fba33
equal deleted inserted replaced
385:f0e9718ec640 386:3efe37437745
     7 * Config files structure.
     7 * Config files structure.
     8 
     8 
     9 Main Emacs config file is '~/.emacs'. I decide don't store beside it all
     9 Main Emacs config file is '~/.emacs'. I decide don't store beside it all
    10 customisations. Instead it simply load files in such order:
    10 customisations. Instead it simply load files in such order:
    11 
    11 
       
    12   '~/.emacs-autogen'
       
    13                 It content depend on installation environment. Automatically
       
    14                 generated.
    12   '~/.emacs-pre'
    15   '~/.emacs-pre'
    13                 For manually written customisation (usually for updating
    16                 For manually written customisation (usually for updating
    14                 load-path) which can affect on '.emacs-my'. Will not be
    17                 load-path) which can affect on '.emacs-my'. Will not be
    15                 overridden on install.
    18                 overridden on install.
    16   '~/.emacs.d/my-lisp/autoload-my.el'
    19   '~/.emacs.d/my-lisp/autoload-my.el'