Jesse Alama <[EMAIL PROTECTED]> 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 _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss