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

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

Re: contractor resources for emacs extension development


From: Alan Schmitt
Subject: Re: contractor resources for emacs extension development
Date: Mon, 21 Oct 2013 17:23:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Thorsten Jolitz <tjolitz@gmail.com> writes:

> Did you set the hooks?
>
> In my .emacs I find e.g.
>
> ,-------------------------------------------------------------
> | (add-hook 'outline-minor-mode-hook 'outshine-hook-function))
> | (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
> | (add-hook 'message-mode-hook 'outline-minor-mode))
> `-------------------------------------------------------------
>
> so whenever outline-minor-mode is activated, the
> `outshine-hook-function' is called for setting up things. For
> emacs-lisp-mode and message-mode (and others not listed) I then activate
> outline-minor-mode by default. 

I have them in my configuration file. Is it supposed to work if no
headling is present?

Alan


reply via email to

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