# HG changeset patch # User Oleksandr Gavenko # Date 1265234189 -7200 # Node ID da1fac055e5dbc7fa7e2fc175f5ab71303924545 # Parent 0f55e6d6aea31b8412aae908f9a4e7795e319dd0 Move config files structure to README. diff -r 0f55e6d6aea3 -r da1fac055e5d INSTALL --- a/INSTALL Wed Feb 03 23:54:34 2010 +0200 +++ b/INSTALL Wed Feb 03 23:56:29 2010 +0200 @@ -4,27 +4,6 @@ You can do anything with this file without any warranty. -* Config files structure. - -Main Emacs config file is '~/.emacs'. I decide don't store beside it all -customisations. Instead it simply load files in such order: - - '~/.emacs-pre' - For manually written customisation (usually for updating - load-path) which can affect on '.emacs-my'. Don't overridden - on installing. - '~/.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-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. - * Setup on Windows. ** Setup HOME. diff -r 0f55e6d6aea3 -r da1fac055e5d README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Feb 03 23:56:29 2010 +0200 @@ -0,0 +1,26 @@ +-*- mode: outline; coding: utf-8 -*- + +Copyright (C) 2010 by Oleksandr Gavenko + +You can do anything with this file without any warranty. + +* Config files structure. + +Main Emacs config file is '~/.emacs'. I decide don't store beside it all +customisations. Instead it simply load files in such order: + + '~/.emacs-pre' + For manually written customisation (usually for updating + load-path) which can affect on '.emacs-my'. Don't overridden + on installing. + '~/.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-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.