开发者

Emacs: Rinari. How to make haml files also open in rinari-minor-mode

开发者 https://www.devze.com 2023-03-07 00:07 出处:网络
When using rinari, rinari-minor-mode is enabled when editing any .rb file. Though, when opening .haml files rinari-minor-mode is disabled.

When using rinari, rinari-minor-mode is enabled when editing any .rb file. Though, when opening .haml files rinari-minor-mode is disabled.

How do I make emacs also automatically enable rinari-开发者_运维知识库minor-mode when editing .haml files?


Should be:

(add-hook 'haml-mode-hook 'rinari-minor-mode)
0

精彩评论

暂无评论...
验证码 换一张
取 消