按照本指南将Spacemacs配置为C++ IDE,我在安装弗莱查时面临一个问题。
我遵循了解释这里的说明,但是在dotspacemacs-configuration-layers下添加了syntax-checking指令之后,在读取空间error时出现了以下错误:
Error (use-package): flycheck/:init: Symbol’s function definition is void: global-flycheck-mode总的来说,我对空间emacs和emacs完全陌生,所以我可能忽略了一些显而易见的东西。
Emacs版本:27.0.50
Spacemacs版本:0.200.13
谢谢你的帮忙,
发布于 2018-06-05 04:24:31
我在这个函数中添加了附加包。
dotspacemacs-additional-packages '(org-trello ereader plantuml-mode elmine org-alert org-super-agenda easy-hugo ponylang-mode flycheck-pony flycheck-plantuml)
在(custom-set-variables中,将分组添加到'(package-selected-packages中
重新启动太空船后,一切都为我工作,希望它也能对你有所帮助。
https://stackoverflow.com/questions/50492689
复制相似问题