* lsdb.el (lsdb-save-file): Reduce the actual size of the hash table
[elisp/lsdb.git] / README
diff --git a/README b/README
index db1153c..426c77d 100644 (file)
--- a/README
+++ b/README
@@ -57,11 +57,25 @@ If you use Wanderlust, put the following lines into your ~/.wl:
           (lambda ()
              (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name)))
 
+If you use Mew, put the following lines into your ~/.mew:
+(autoload 'lsdb-mew-insinuate "lsdb")
+(add-hook 'mew-init-hook 'lsdb-mew-insinuate)
+(add-hook 'mew-draft-mode-hook
+          (lambda ()
+             (define-key mew-draft-header-map "\M-\t" 'lsdb-complete-name)))
+
 If you use MU-CITE, put the following lines into your ~/.emacs:
 (autoload 'lsdb-mu-insinuate "lsdb")
 (eval-after-load "mu-cite"
   '(lsdb-mu-insinuate))
 
+If you want to use x-face-e21 instead of the LSDB's builtin X-Face
+functions, set lsdb-insert-x-face-function as follows:
+(setq lsdb-insert-x-face-function
+      (lambda (x-face)
+       (require 'x-face-e21)
+       (insert-image (x-face-create-image x-face :scale-factor 0.5))))
+
 .* Bug reports
 If you found bugs, please drop a note to the EMACS-MIME Mailing List: