New files.
[chise/tomoyo-tools.git] / TOMOYO-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; TOMOYO-ELS: list of TOMOYO modules to install
4
5 ;;; Code:
6
7 (setq tomoyo-modules-to-compile
8       '(csv idc-util))
9
10 (setq tomoyo-modules-not-to-compile nil)
11
12 (setq tomoyo-modules (append tomoyo-modules-to-compile
13                              tomoyo-modules-not-to-compile))
14
15 ;;; TOMOYO-ELS ends here