3
在我的.emacs文件我有:CEDET覆蓋顏色主題
(add-to-list 'load-path (expand-file-name "emacs/site/jde/lisp"))
(add-to-list 'load-path (expand-file-name "emacs/site/cedet/common"))
(add-to-list 'load-path (expand-file-name "emacs/site/cedet/semantic"))
(add-to-list 'load-path (expand-file-name "emacs/site/cedet/speedbar"))
(add-to-list 'load-path (expand-file-name "emacs/site/cedet/eieio"))
(setq jde-check-version-flag nil)
(load-file (expand-file-name "emacs/site/cedet/common/cedet.el"))
(add-to-list 'load-path (expand-file-name "emacs/site/elib"))
(require 'jde)
(add-to-list 'load-path "~/elisp")
(add-to-list 'load-path "~/elisp/color-theme")
(require 'color-theme)
(color-theme-initialize)
(color-theme-clarity)
上半部分運行JDEE,以及下半年得到我的清晰度彩色主題。我的問題是,當我使用JDEE時,Java文本的顏色恢復到我應用顏色主題之前的顏色。這是一個問題,因爲默認顏色很糟糕,我希望我的顏色主題適用於任何情況。有沒有辦法讓顏色主題優先於JDEE?