Next: Q4.0.12, Previous: Q4.0.10, Up: Subsystems
For mh-e use the following:
(add-hook 'mh-show-mode-hook '(lambda () (smiley-region (point-min) (point-max))))
WJCarpenter writes: For VM use the following:
(autoload 'smiley-region "smiley" nil t) (add-hook 'vm-select-message-hook '(lambda () (smiley-region (point-min) (point-max))))
For tm use the following:
(autoload 'smiley-buffer "smiley" nil t) (add-hook 'mime-viewer/plain-text-preview-hook 'smiley-buffer)