]> err.no Git - eweouz/blobdiff - README
Bump dh compat level to 9. Adds hardening and makes lintian happier.
[eweouz] / README
diff --git a/README b/README
index 64b960ca440ac5bd8691932e14a6d96714a8fe56..ad1fad4e51d63ccb6ddc95efd617fa388fc38064 100644 (file)
--- a/README
+++ b/README
@@ -6,11 +6,27 @@ then be for you.
 
 To use this, put something like:
 
-(add-hook 'message-mode-hook '(lambda()(local-set-key [C-tab] 'eweouz-complete)))
+  (add-hook 'gnus-startup-hook 'eweouz-insinuate-gnus)
+  (add-hook 'mail-setup-hook 'eweouz-insinuate-sendmail)
+  (add-hook 'message-setup-hook 'eweouz-insinuate-message)
 
-in your .gnus file.
+in your .emacs file.
+
+If you use Wanderlust, use 
+
+  (add-hook 'wl-hook 'eweouz-insinuate-wl)
+
+instead.
+
+- C-tab gets mapped to completing email addresses in sendmail-mode and
+  message mode
+
+- : in Gnus's summary mode gets mapped to adding the sender to your
+  address book
 
 Feature suggestions, patches and general feedback is of course
-welcome.
+welcome.  Patches in the form of a git branch against any of the ones
+found on git://git.err.no/eweouz is preferred, but others are of
+course also accepted.
 
  -- Tollef Fog Heen <tfheen@err.no>