CEDET って何?

  • Description: CEDET(Collection of Emacs Development Environment Tools) is a collection of tools written with the end goal of creating an advanced development environment in Emacs.
  • Category: devel
  • Require:
  • URL: http://cedet.sourceforge.net/

auto-autoloads.el

(load-file (expand-file-name "lisp/cedet/common/cedet.el" netinstall-pkg-dir))

(if (null (file-exists-p (expand-file-name "~/.semantic")))
    (make-directory (expand-file-name "~/.semantic")))

(setq semanticdb-default-save-directory (expand-file-name "~/.semantic"))