# HG changeset patch # User "Oleksandr Gavenko " # Date 1224978586 14400 # Node ID a9973af6253868760ea7af95bc0de03f2a45eb60 # Parent 99f967be941a1bda85786ae2892e7aaa4ee8dcc9 Correct docs. diff -r 99f967be941a -r a9973af62538 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