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

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

[emacs-wiki-discuss] [patch] tiny user-interface addition to remember.el


From: Jesse Alama
Subject: [emacs-wiki-discuss] [patch] tiny user-interface addition to remember.el
Date: Wed, 14 Sep 2005 21:19:58 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

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

reply via email to

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