--- a/INSTALL Tue Feb 02 16:45:30 2010 +0200
+++ b/INSTALL Thu Feb 04 00:04:17 2010 +0200
@@ -1,27 +1,9 @@
--*- mode: outline; coding: cp1251 -*-
+-*- mode: outline; coding: utf-8 -*-
Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
You can do anything with this file without any warranty.
-* Install note for .emacs.
-
-* Config file.
-
-Файл настроек имеет имя ".emacs". При загрузке emacs он ищется по пути "$HOME/.emacs".
-
-Из-за наличия в .emacs блока с функцией custom-set-variables, содержимое которого может
-меняться при настройке emacs через C-x customize, я решил хранить основные настройки в
-файле ".emacs-my".
-
-* Организация файлов настроек.
-
-По умолчанию код .emacs загружает файл "$HOME/.emacs-pre", затем
-"$HOME/.emacs-my", затем "$HOME/.emacs-post".
-
-".emacs-my" хранит общие настройки для всех инсталляций, файлы ".emacs-pre" и
-".emacs-post" содержат настройки для локальной инсталляции.
-
* Setup on Windows.
** Setup HOME.
@@ -57,18 +39,9 @@
Note that last colon symbol is essential for include also Emacs info to list.
-* Особенности для Unix.
-
-Я решил сохранять файлы настроек в домашнем каталоге основного пользователя,
-а для других пользователей делать соответствующие символические ссылки:
- ln -s /home/other-user/.emacs /home/user/.emacs
- ln -s /home/other-user/.emacs-pre /home/user/.emacs-pre
- ln -s /home/other-user/.emacs-my /home/user/.emacs-my
- ln -s /home/other-user/.emacs-post /home/user/.emacs-post
-
* GTD (org-mode).
-In home dir create .gtd subdir with todo.org file. Put sinple content in top
+In home dir create .gtd subdir with todo.org file. Put simple content on top
of them:
-*- coding: utf-8 -*-