0

我的.emacs文件中有这一行:

(add-to-list 'auto-mode-alist '(".+\\.html\\.erb$" . eruby-nxhtml-mumamo))

但是,无法正确识别 erb 块。在我运行之后,M-x eruby-nxhtml-mumamo一切都像一个魅力。任何想法如何解决这一问题?

4

1 回答 1

1

change "eruby-nxhtml-mumamo" to "eruby-nxhtml-mumamo-mode"

于 2012-01-26T09:42:29.590 回答