]> err.no Git - eweouz/commitdiff
Add README with a little bit of documentation
authorTollef Fog Heen <tfheen@err.no>
Fri, 18 Jul 2008 12:37:41 +0000 (14:37 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 18 Jul 2008 12:37:41 +0000 (14:37 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..64b960c
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+eweouz -- bbdb-a-like, but talks to Evolution Data Server
+
+do you use gnus or another emacs-based mail client and want
+better integration with the rest of the GNOME desktop?  eweouz might
+then be for you.
+
+To use this, put something like:
+
+(add-hook 'message-mode-hook '(lambda()(local-set-key [C-tab] 'eweouz-complete)))
+
+in your .gnus file.
+
+Feature suggestions, patches and general feedback is of course
+welcome.
+
+ -- Tollef Fog Heen <tfheen@err.no>