gpt4 book ai didi

emacs - 我第一次下载 doom emacs 时,doom doctor 命令出现错误。我该怎么办?

转载 作者:行者123 更新时间:2023-12-03 13:52:39 27 4
gpt4 key购买 nike

我真的是一个初学者,不明白很多这些东西是如何工作的。我刚刚安装了 doom emacs,我以前从未使用过 emacs。我运行了 doom doctor 命令,它给了我两个警告。

> Checking Doom Emacs...
✓ Initialized Doom Emacs 2.0.9
✓ Detected 30 modules
✓ Detected 118 packages
> Checking Doom core for irregularities...
Found font material-design-icons.ttf
Found font weathericons.ttf
Found font octicons.ttf
Found font fontawesome.ttf
Found font file-icons.ttf
Found font all-the-icons.ttf
> Checking for stale elc files in your DOOMDIR...
> Checking your enabled modules...
> :lang markdown
! Couldn't find a markdown compiler, `markdown-preview' won't work
> :lang sh
! Couldn't find shellcheck. Shell script linting will not work

There are 2 warnings!
✓ Finished in 3.7202s
这到底是什么意思?我可以忽略它吗?请耐心等待,我才刚刚开始学习这些东西。谢谢

最佳答案

这意味着 Doom 无法访问这些工具,因为它们未安装在您的系统上。正如警告所暗示的那样,它们不是必需的。如果您需要这两个实用程序,则需要安装 Marked用于 Markdown 预览和 ShellCheck用于 shell 脚本 linting。

npm install -g marked
sudo apt install shellcheck
请注意,Shellcheck 也可以从 cabal 安装, dnf , pkgbrew install .
之后,你应该发现运行 doom doctor不显示警告。

关于emacs - 我第一次下载 doom emacs 时,doom doctor 命令出现错误。我该怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63820643/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com