Emacs:适用于所有主要模式的小模式 [英] Emacs: apply minor mode for all major modes

查看:204
本文介绍了Emacs:适用于所有主要模式的小模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用我设置为全局的小模式写入器,但是这个设置只能使所有文本模式的模式全局。我可以在设置中指定更多的模式。但是有没有什么可以写的,以便在所有主要模式下启用这种小模式?

I use the minor mode writeroom which I have set to be global, but this setting only makes the mode global for all text-modes. I can specify more modes in the settings. But is there something I can write to enable this minor mode for all major modes?

推荐答案

添加一个钩子 find-file

(add-hook 'find-file-hook #'writeroom-mode)

替换#'writeroom-mode 你想要运行的任何功能。

Substitute #'writeroom-mode with whatever function you want to run.

这篇关于Emacs:适用于所有主要模式的小模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆