emacs - 在我的 init 文件中禁用 aquamacs 的工具栏

标签 emacs aquamacs

我想从我的 .emacs 文件中的 aquamacs 永久禁用 GUI 工具栏(“新建”、“打开”等的小按钮)。我已经看到建议您在 gui 中禁用它,然后转到选项>>外观>>采用面部和框架作为默认值,然后将其设置为永久,但这对我不起作用。我希望可以添加到我的 .emacs 中以禁用它。

最佳答案

尝试将以下内容放入您的 ~/.emacs 文件中:

(tool-bar-mode 0)

关于emacs - 在我的 init 文件中禁用 aquamacs 的工具栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7630702/

相关文章:

emacs - 在 mu4e 和 Gmail 中使用 Google 两因素身份验证时出错

bash - 使用 ssh 的 TRAMP 不获取 .bash_profile/.profile

emacs - Aquamacs 无法下载 melpa 存档

emacs - 在 Emacs Inferior Lisp 中读取用户输入

haskell - 为 haskell 设置 emacs

macos - 让 Aquamacs 的滚动更像 Emacs

linux - 什么是最好的 Emacs 工作区插件?

mysql - Emacs' `sql-mysql`,ec2

emacs - 在命令行上评估 emacs lisp 表达式