我怎样才能从 emacs 中删除 gnu 标志?

我怎样才能从 emacs 中删除 gnu 标志?

我如何从 emacs 中删除 GNU 徽标?我在 Windows 系统上,绿色区域不断闪烁,这让我很分心。

Windows 系统上带有 gnu 徽标的 emacs

答案1

fancy-splash-image's value is nil

Documentation:
The image to show in the splash screens, or nil for defaults.

You can customize this variable.

您可以将fancy-splash-image变量设置为您选择的图像,或者在您的情况下设置为空图片。

inhibit-splash-screen您可以通过设置来取消整个启动画面t

相关内容