diff options
Diffstat (limited to 'app-emacs/cedet/files/50cedet-gentoo.el')
-rw-r--r-- | app-emacs/cedet/files/50cedet-gentoo.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/cedet/files/50cedet-gentoo.el b/app-emacs/cedet/files/50cedet-gentoo.el index 600ad3ba7e96..b11d4ee2c280 100644 --- a/app-emacs/cedet/files/50cedet-gentoo.el +++ b/app-emacs/cedet/files/50cedet-gentoo.el @@ -1,7 +1,8 @@ (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@/cogre" t) + (add-to-list 'image-load-path "@SITEETC@/speedbar" t)) (setq srecode-map-load-path (list "@SITEETC@/srecode/templates" "@SITEETC@/ede/templates" |