# HG changeset patch # User Oleksandr Gavenko # Date 1265234316 -7200 # Node ID e93ff9360a513b6a467e8ac5084476e5cb5f10e2 # Parent da1fac055e5dbc7fa7e2fc175f5ab71303924545 Point to README from config file. diff -r da1fac055e5d -r e93ff9360a51 .emacs --- a/.emacs Wed Feb 03 23:56:29 2010 +0200 +++ b/.emacs Wed Feb 03 23:58:36 2010 +0200 @@ -4,8 +4,7 @@ ;; ;; This file placed in public domain. ;; -;; ~/.emacs firstly load ~/.emacs-pre, then autoloads for mode files, -;; then ~/.emacs-my, then ~/.emacs-post and finally saved customisations. +;; For loading order see README. ;; ====================================================================== ;; Load path. diff -r da1fac055e5d -r e93ff9360a51 .emacs-my --- a/.emacs-my Wed Feb 03 23:56:29 2010 +0200 +++ b/.emacs-my Wed Feb 03 23:58:36 2010 +0200 @@ -5,9 +5,9 @@ ;; This file formed from parts and ideas from many sites/docs and ;; placed in public domain. ;; -;; .emacs file for GNU Emacs. +;; Config file for GNU Emacs. ;; -;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post. +;; For loading order see README. ;; ====================================================================== ;; debugging. diff -r da1fac055e5d -r e93ff9360a51 .emacs-post --- a/.emacs-post Wed Feb 03 23:56:29 2010 +0200 +++ b/.emacs-post Wed Feb 03 23:58:36 2010 +0200 @@ -1,3 +1,3 @@ ;; -*- mode: lisp; coding: utf-8 -*- ;; -;; Lastly .emacs load this file, after .emacs-my. +;; For loading order see README. diff -r da1fac055e5d -r e93ff9360a51 .emacs-pre --- a/.emacs-pre Wed Feb 03 23:56:29 2010 +0200 +++ b/.emacs-pre Wed Feb 03 23:58:36 2010 +0200 @@ -1,3 +1,3 @@ ;; -*- mode: lisp; coding: utf-8 -*- ;; -;; Firstly .emacs load this file, then .emacs-my. +;; For loading order see README.