help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: load calendar on startup


From: knubee
Subject: Re: load calendar on startup
Date: Wed, 10 Jun 2009 18:49:26 -0700 (PDT)
User-agent: G2/1.0

> There is also variable after-init-hook which contains a list of
> functions to run after loading all initialization files. So, you could
> also add a command like
>
>     (add-hook 'after-init-hook 'org-agenda-list)
>
> to your .emacs file. Now function org-agenda-list is not run immediately
> but after all initilization. For more info, see the info node "(elisp)
> Init File":
>
>     C-h i d m elisp RET i init file RET

ah, good to know. thanks!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]