summaryrefslogtreecommitdiff
blob: 231f65a2b3c70a104b23f20b13fde1303fcaa860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(load "@SITELISP@/common/cedet" nil t)
(add-to-list 'image-load-path "@SITEETC@/common/icons" t)
(add-to-list 'image-load-path "@SITEETC@/cogre" 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.