如何在emacs中正确设置malabar-mode?

时间:2016-03-30 04:07:49

标签: maven emacs

我一直在尝试在emacs中安装malabar模式,我看到我应该安装maven。好吧,问题是我目前安装了malabar-mode并且已经放置了加载路径。

;;Malabar mode
(require 'cedet)
;(semantic-load-enable-minimum-features) ;; or enable more if you wish ---(I don't know the function of this line but doesn't let me start emacs correctly)
(require 'malabar-mode)
(setq malabar-groovy-lib-dir "~/.emacs.d/elpa/malabar-mode-20140303.946")
(add-to-list 'auto-mode-alist '("\\.java\\'" . malabar-mode))

我不知道" malabar-groovy-lib-dir"的载入路径是什么。 当emacs启动但我打电话时,malabar命令可用:

  

马拉巴-编译文件

在迷你缓冲器中说:

  

搜索程序:文件或目录不存在,mvn

我已经安装了maven并导出了在终端执行的加载路径。

所以我不知道如何设置正确的malabar模式。 关于它的信息也不多。

有人可以帮帮我吗?

0 个答案:

没有答案
相关问题