Point to README from config file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 03 Feb 2010 23:58:36 +0200
changeset 302 e93ff9360a51
parent 301 da1fac055e5d
child 303 1fee37963d5a
Point to README from config file.
.emacs
.emacs-my
.emacs-post
.emacs-pre
--- 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.
--- 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.
--- 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.
--- 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.