subdirs.el 409 B

12345678
  1. ;; In load-path, after this directory should come
  2. ;; certain of its subdirectories. Here we specify them.
  3. (normal-top-level-add-to-load-path '("vc" "url" "textmodes" "progmodes" "play" "org" "nxml" "net" "mh-e" "mail" "language" "international" "gnus" "eshell" "erc" "emulation" "emacs-lisp" "cedet" "calendar" "calc" "obsolete"))
  4. ;; Local Variables:
  5. ;; version-control: never
  6. ;; no-byte-compile: t
  7. ;; End: