我有一个自动导入文件的保存前挂钩。 Emacs正在插入额外缩进的TONS,我该如何解决这个问题呢?对于具有重要空白(Python,Mardown,Stylus)的文件类型,此问题尤其令人反感。
https://github.com/mcandre/dotfiles/blob/master/emacs
更新:具体而言,(indent-region (point-min) (point-max))
不正确地缩进我的代码,通过手动应用M-: (indent-region (point-min) (point-max))
进行验证。