(flim-modules): Add mailcap.
[elisp/flim.git] / FLIM-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; FLIM-ELS: list of FLIM modules to install
4
5 ;;; Code:
6
7 (setq flim-modules '(std11 std11-parse
8                            mel mel-dl mel-b mel-q mel-u mel-g
9                            mime-def eword-decode eword-encode
10                            mailcap
11                            ))
12
13 (if (fboundp 'dynamic-link)
14     (setq flim-modules (cons 'mel-dl flim-modules))
15   )
16
17 ;;; FLIM-ELS ends here