README
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Mar 2010 18:54:20 +0200
changeset 333 14b07ca8335a
parent 301 da1fac055e5d
child 350 5e1c168ef21b
permissions -rw-r--r--
Set margin only for desired modes! Do not frustrate calendar any more. Also set margin to 4 lines as continent see more next strings. My grouped lists of modes was placed at top. Do not change default-major-mode from fundamental-mode. When it was set to text-mode text-mode-hook have affect on calendar mode and when margin was set in hook it also set in calendar.

-*- mode: outline; coding: utf-8 -*-

Copyright (C) 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>

You can do anything with this file without any warranty.

* Config files structure.

Main Emacs config file is '~/.emacs'. I decide don't store beside it all
customisations. Instead it simply load files in such order:

  '~/.emacs-pre'
                For manually written customisation (usually for updating
                load-path) which can affect on '.emacs-my'. Don't overridden
                on installing.
  '~/.emacs.d/my-lisp/autoload-my.el'
                For defining autoload function for modes (instead loading all
                mode files to save startup time). Automatically generated.
  '~/.emacs-my'
                Here main customisations placed.
  '~/.emacs-post'
                For storing connection settings and loading modes added to
                load-path in ~/.emacs-pre. Don't overridden on installing.
  '~/.emacs-custom.el'
                For storing customisations by Emacs itself. Don't overridden
                on installing.