README
changeset 352 a54dc30fba33
parent 350 5e1c168ef21b
child 386 3efe37437745
equal deleted inserted replaced
351:e30e4bd7e85e 352:a54dc30fba33
     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-pre'
    12   '~/.emacs-pre'
    13                 For manually written customisation (usually for updating
    13                 For manually written customisation (usually for updating
    14                 load-path) which can affect on '.emacs-my'. Don't overridden
    14                 load-path) which can affect on '.emacs-my'. Will not be
    15                 on installing.
    15                 overridden on install.
    16   '~/.emacs.d/my-lisp/autoload-my.el'
    16   '~/.emacs.d/my-lisp/autoload-my.el'
    17                 For defining autoload function for modes (instead loading all
    17                 For defining autoload function for modes (instead loading all
    18                 mode files to save startup time). Automatically generated.
    18                 mode files to save startup time). Automatically generated.
    19   '~/.emacs-custom.el'
    19   '~/.emacs-custom.el'
    20                 For storing customisations by Emacs itself. Don't overridden
    20                 For storing customisations by Emacs itself. Some settings from
    21                 on installing. Some settings from this file can effect on
    21                 this file can effect on loaded elisp files from .emacs-my.
    22                 loaded elisp files from .emacs-my.
    22                 Will not be overridden on install.
    23   '~/.emacs-my'
    23   '~/.emacs-my'
    24                 Here main customisations placed.
    24                 Here main customisations placed.
    25   '~/.emacs-post'
    25   '~/.emacs-post'
    26                 For storing connection settings and loading modes added to
    26                 For storing connection settings, passwords and enabling modes
    27                 load-path in ~/.emacs-pre. Don't overridden on installing.
    27                 added to load-path in ~/.emacs-pre. Will not be overridden on
       
    28                 install.