我正在尝试启用spacemacs的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
任何想法如何解决这个问题?无法在网上提交答案。
答案 0 :(得分:1)
我遇到了同样的问题。由于某种原因,xterm-color包文件是空白的。删除目录〜/ .emacs.d / elpa / xterm-color-INSERT-VERSION并重启spacemacs。
编辑:您可能还需要删除〜/ .emacs.d / elpa / shell-pop。