update.
[elisp/nabe.git] / NABE-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; NABE-ELS: list of NABE modules to install
4
5 ;;; Code:
6
7 (setq nabe-modules '(roman-to-kana kana-to-roman nabe yude-canna yude-egg))
8
9 (unless (featurep 'xemacs)
10   (add-to-list 'nabe-modules 'yude-kkc)
11   (add-to-list 'nabe-modules 'skkdic-ext))
12
13 ;;; NABE-ELS ends here