(What's EMH?): Modify for the new URLs of APEL, FLIM and SEMI.
[elisp/emh.git] / EMH-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; EMH-ELS: list of EMH modules to install
4
5 ;;; Code:
6
7 ;; (require 'mh-e)
8
9 (setq emh-modules '(emh emh-def emh-face emh-comp emh-setup))
10
11 (if (and (boundp 'emacs-major-version)
12          (>= emacs-major-version 21))
13     (setq emh-modules (append emh-modules (list 'emh-e21))))
14
15 ;;; EMH-ELS ends here