Correct docs.
author"Oleksandr Gavenko <gavenkoa@gmail.com>"
Sat, 25 Oct 2008 19:49:46 -0400
changeset 94 a9973af62538
parent 93 99f967be941a
child 95 def084f6e280
Correct docs.
INSTALL
--- a/INSTALL	Sat Oct 25 19:43:04 2008 -0400
+++ b/INSTALL	Sat Oct 25 19:49:46 2008 -0400
@@ -14,11 +14,11 @@
 
 * Организация файлов настроек.
 
-По умолчанию код .emacs загружает файл "$HOME/.emacs-my-custom-pre", затем
-"$HOME/.emacs-my", затем "$HOME/.emacs-my-custom-post".
+По умолчанию код .emacs загружает файл "$HOME/.emacs-my-pre", затем
+"$HOME/.emacs-my", затем "$HOME/.emacs-my-post".
 
-".emacs-my" хранит общие настройки для всех инсталяций, файлы ".emacs-my-custom-pre" и
-".emacs-my-custom-post" содержат настройки для локальной инсталяции.
+".emacs-my" хранит общие настройки для всех инсталяций, файлы ".emacs-my-pre" и
+".emacs-my-post" содержат настройки для локальной инсталяции.
 
 Дополнительные загружаемые модули я решил сохраниять в `$HOME/.el'.
 
@@ -31,7 +31,9 @@
 
 Я решил сохранять файлы настроек в домашнем каталоге основного пользователя,
 а для других пользователей делать соотведствующие символические ссылки:
-  ln -s /home/other-user/.emacs /home/sasha/.emacs
-  ln -s /home/other-user/.emacs-custom.el /home/sasha/.emacs-custom.el
+  ln -s /home/other-user/.emacs /home/user/.emacs
+  ln -s /home/other-user/.emacs-my-pre /home/user/.emacs-my-pre
+  ln -s /home/other-user/.emacs-my /home/user/.emacs-my
+  ln -s /home/other-user/.emacs-my-post /home/user/.emacs-my-post
   ln -s /home/other-user/.el /home/sasha/.el