X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=426c77de1c77f6adaca0bf97fefa24634be15564;hb=07621c45acbc6e8ebc4d3d41264d58362d23fdcc;hp=db1153c6cf3ff0a45952858299f1de5ea3d4c819;hpb=b3d01231d16294bd87a4f4b865daa8f9c6c0b13f;p=elisp%2Flsdb.git diff --git a/README b/README index db1153c..426c77d 100644 --- 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: