【发布时间】:2017-01-17 11:14:36
【问题描述】:
我正在尝试启用 spacemacs 的外壳层。我这样做是通过取消注释:
(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
知道如何解决这个问题吗?无法在网上提交答案。
【问题讨论】:
-
加载 (
require) 预期库:提供功能xterm-color的库。库名也可能是xterm-color.el。