emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] [patch] suggest some useful minor modes for `pl


From: John Sullivan
Subject: Re: [emacs-wiki-discuss] [patch] suggest some useful minor modes for `planner-mode-hook'
Date: Tue, 20 Sep 2005 09:00:56 -0400
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Jesse Alama <address@hidden> writes:

> Here's a trivial patch that adds a couple of suggested minor modes for
> `planner-mode-hook'.  These are modes that I use, but which I think other's
> might find useful, too; it seems harmless to extend the defcustom for
> `planner-mode-hook' this way, and it might even stir the imaginations of other
> planners out there.
>
> --- orig/planner.el
> +++ mod/planner.el
> @@ -440,6 +440,7 @@
>  (defcustom planner-mode-hook nil
>    "A hook for Planner mode."
>    :type 'hook
> +  :options '(flyspell-mode 'allout-mode)
>    :group 'planner)
>

There's no "allout-mode" in emacs 21; (require 'allout) just replaces
outline-mode with the allout version.


-- 
-johnsu01
-http://www.wjsullivan.net





reply via email to

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