equal
deleted
inserted
replaced
1 -*- mode: outline; coding: utf-8 -*- |
1 -*- mode: outline; coding: utf-8 -*- |
2 |
2 |
3 Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com> |
3 Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com> |
4 |
4 |
5 You can do anything with this file without any warranty. |
5 You can do anything with this file without any warranty. |
6 |
|
7 * Install note for .emacs. |
|
8 |
6 |
9 * Config files structure. |
7 * Config files structure. |
10 |
8 |
11 Main Emacs config file is '~/.emacs'. I decide don't store beside it all |
9 Main Emacs config file is '~/.emacs'. I decide don't store beside it all |
12 customisations. Instead it simply load files in such order: |
10 customisations. Instead it simply load files in such order: |
62 |
60 |
63 Note that last colon symbol is essential for include also Emacs info to list. |
61 Note that last colon symbol is essential for include also Emacs info to list. |
64 |
62 |
65 * GTD (org-mode). |
63 * GTD (org-mode). |
66 |
64 |
67 In home dir create .gtd subdir with todo.org file. Put sinple content in top |
65 In home dir create .gtd subdir with todo.org file. Put simple content on top |
68 of them: |
66 of them: |
69 |
67 |
70 -*- coding: utf-8 -*- |
68 -*- coding: utf-8 -*- |
71 |
69 |
72 #+STARTUP: overview |
70 #+STARTUP: overview |