File: subdirs.el

package info (click to toggle)
emacs23 23.2%2B1-7%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 107,300 kB
  • ctags: 89,632
  • sloc: lisp: 964,368; ansic: 247,728; objc: 9,978; sh: 4,601; makefile: 4,017; perl: 1,186; cs: 772; python: 331; xml: 43; csh: 8; sed: 4
file content (8 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
;; -*- no-byte-compile: t -*-
;; In load-path, after this directory should come
;; certain of its subdirectories.  Here we specify them.
(normal-top-level-add-to-load-path '("url" "textmodes" "progmodes" "play" "org" "nxml" "net" "mh-e" "mail" "language" "international" "gnus" "eshell" "erc" "emulation" "emacs-lisp" "cedet" "calendar" "calc"  "obsolete"))
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; End: