spacemacs用ispell

最近用spacemacs遇到一个问题,系统是lubuntu,用ispell-mode的时候,提示 no word lists can be found for the language “zh_cn”。查了资料说是在layer里家一段代码。但是具体是什么路径不是很清楚,只找到~/.emacs.d/layers/auto_layer.el。在里面加入之后也依旧报spell-check is not defined的错误。

你加的啥也得贴出来呀

ispell没有实现中文字典,在中文环境下就会报这个错误。

你没认真看spacemacs的层使用说明,这里有支持的语言字典。

还有你要善用搜索引擎,下面是我在用的个人配置。

(spell-checking :variables
                spell-checking-enable-by-default nil
                ispell-program-name "aspell"
                ispell-dictionary "english")