* DOODLE-TIPS: New file.
[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 '(
8                      closure
9                      natset
10                      digraph
11                      automata rx lex
12                      lr-driver
13                      ew-util
14                      ew-line
15                      ew-quote
16                      ew-unit
17                      ew-data
18                      ew-parse
19                      ew-scan-s
20                      ew-scan-m
21                      ew-scan-u
22                      ew-dec
23                      std11
24                      mime-def
25                      mel mel-dl mel-b mel-q mel-u mel-g
26                      eword-decode eword-encode
27                      mime mime-parse mmbuffer mmcooked
28                      ;; mime-lib
29                      mailcap
30                      ))
31
32 (if (fboundp 'dynamic-link)
33     (setq flim-modules (cons 'mel-dl flim-modules))
34   )
35
36 ;;; FLIM-ELS ends here