equal
deleted
inserted
replaced
1 -*- mode: outline; coding: utf-8 -*- |
|
2 |
|
3 Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com> |
|
4 |
|
5 You can do anything with this file without any warranty. |
|
6 |
|
7 * Setup on Windows. |
|
8 |
|
9 ** Setup HOME. |
|
10 |
|
11 Setup HOME environment variable. For example: |
|
12 |
|
13 <win-drive-char>:\home |
|
14 |
|
15 ** Setup MANPATH. |
|
16 |
|
17 To use woman with on Windows set MANPATH like this (note that path in |
|
18 Cygwin/MinGW style so you need use cygwin-mount.el): |
|
19 |
|
20 MANPATH=:/cygdrive/d/home/usr/share/man:/usr/share/man:/usr/local/share/man |
|
21 |
|
22 for Cygwin or like this: |
|
23 |
|
24 MANPATH=/e/home/usr/share/man:/e/bin/MinGW/man:/e/bin/gnuwin32/man |
|
25 |
|
26 for MinGW and other case. |
|
27 |
|
28 To get man paths on Cygwin see <cygwin-root>\usr\share\misc\man.conf. |
|
29 |
|
30 Also you can set woman-manpath variable. |
|
31 |
|
32 ** Setup INFOPATH. |
|
33 |
|
34 To browse info file inside Emacs set INFOPATH like this for Cygwin: |
|
35 |
|
36 INFOPATH=e:/opt/cygwin/usr/share/info;e:/home/usr/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info: |
|
37 |
|
38 and like this for MinGW: |
|
39 |
|
40 INFOPATH=e:/bin/gnutls/share/info;e:/bin/gnuwin32/info;e:/bin/gnuwin32/share/info;e:/bin/MinGW/info;e:/bin/MinGW/share/info;e:/bin/wget/info: |
|
41 |
|
42 Note that last colon symbol is essential for include also Emacs info to list. |
|
43 |
|
44 * GTD (org-mode). |
|
45 |
|
46 In home dir create .gtd subdir with todo.org file. Put simple content on top |
|
47 of them: |
|
48 |
|
49 -*- coding: utf-8 -*- |
|
50 |
|
51 #+STARTUP: overview |
|
52 #+STARTUP: hidestars |
|
53 #+ARCHIVE: %s_done:: |
|