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

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

[emacs-wiki-discuss] [patch] suggest some useful minor modes for `planne


From: Jesse Alama
Subject: [emacs-wiki-discuss] [patch] suggest some useful minor modes for `planner-mode-hook'
Date: Mon, 19 Sep 2005 22:25:27 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin)

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 (address@hidden)




reply via email to

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