File: LSDB-ELS

package info (click to toggle)
lsdb 0.11-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 168 kB
  • ctags: 163
  • sloc: lisp: 1,671; makefile: 75; sh: 36
file content (15 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; -*-Emacs-Lisp-*-

;; LSDB-ELS: list of LSDB modules to install

;;; Code:

(setq lsdb-modules-to-compile
      '(lsdb))

(setq lsdb-modules-not-to-compile nil)

(setq lsdb-modules (append lsdb-modules-to-compile
			   lsdb-modules-not-to-compile))

;;; LSDB-ELS ends here