我正在尝试启用layer的shell层。我通过取消注释来做到这一点:
(shell :variables
shell-default-height 30
shell-default-position 'bottom)~/.spacemacs文件中的零件。
但是,当打开Emacs时,我得到以下错误:
Warning (initialization): An error occurred while loading `/home/amir/.emacs.d/init.el':
error: Required feature `xterm-color' was not provided你知道怎么解决这个问题吗?无法在网上提交答案。
发布于 2017-03-26 01:07:36
我也有同样的问题。由于某些原因,xterm-color包文件是空白的。删除目录~/.emacs.d/elpa/xterm-color-INSERT-VERSION,然后重新启动spacemacs。
编辑:您可能还需要删除~/.emacs.d/elpa/shell-pop。
https://stackoverflow.com/questions/41695678
复制相似问题