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) (defcustom planner-annotation-functions Jesse -- Jesse Alama ([EMAIL PROTECTED]) _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
