INSTALL
changeset 294 3e152cc2f508
parent 293 292c9ded7c63
child 295 5be44cff4683
equal deleted inserted replaced
293:292c9ded7c63 294:3e152cc2f508
    60 
    60 
    61 for MinGW.
    61 for MinGW.
    62 
    62 
    63 Note that last colon symbol is essential for include also Emacs info to list.
    63 Note that last colon symbol is essential for include also Emacs info to list.
    64 
    64 
    65 * Особенности для Unix.
       
    66 
       
    67 Я решил сохранять файлы настроек в домашнем каталоге основного пользователя,
       
    68 а для других пользователей делать соответствующие символические ссылки:
       
    69   ln -s /home/other-user/.emacs /home/user/.emacs
       
    70   ln -s /home/other-user/.emacs-pre /home/user/.emacs-pre
       
    71   ln -s /home/other-user/.emacs-my /home/user/.emacs-my
       
    72   ln -s /home/other-user/.emacs-post /home/user/.emacs-post
       
    73 
       
    74 * GTD (org-mode).
    65 * GTD (org-mode).
    75 
    66 
    76 In home dir create .gtd subdir with todo.org file. Put sinple content in top
    67 In home dir create .gtd subdir with todo.org file. Put sinple content in top
    77 of them:
    68 of them:
    78 
    69