You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/cedet/files/50cedet-gentoo.el

15 lines
612 B

(require 'cedet "@SITELISP@/common/cedet")
(when (boundp 'image-load-path)
(add-to-list 'image-load-path "@SITEETC@/common/icons" t)
(add-to-list 'image-load-path "@SITEETC@/cogre" t)
(add-to-list 'image-load-path "@SITEETC@/speedbar" t))
(setq srecode-map-load-path
(list "@SITEETC@/srecode/templates"
"@SITEETC@/ede/templates"
"@SITEETC@/cogre/templates"
(expand-file-name "~/.srecode")))
;; If you wish to customize CEDET, you will need to follow the
;; directions in the INSTALL (installed in the documentation) file and
;; customize your ~/.emacs /before/ site-gentoo is loaded.