I've attached a patch for remember.el to include some nice defaults
when a user customizes the variable `remember-mode-hook'.  It's the
output of the command `tla file-diffs' in my local copy of the
remember arch repository.  I hope it suggests further additions
(anyone else out there use flyspell and auto-fill-mode with remember?).

Obviously the change is minor, but I think it makes sense to include
it in the repository: if a user is like me, he likes to see suggested
customizations of various variables, especially hooks, because this
adds to the thrill of using and customizing the program.

Jesse

--- orig/remember.el
+++ mod/remember.el
@@ -180,6 +180,7 @@
 (defcustom remember-mode-hook nil
   "*Functions run upon entering remember-mode."
   :type 'hook
+  :options '(flyspell-mode turn-on-auto-fill)
   :group 'remember)
 
 (defcustom remember-register ?R
-- 
Jesse Alama ([EMAIL PROTECTED])
_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to