标签: emacs compilation
我正在尝试使用compile命令在Emacs中运行测试(RSpec),但输出存在问题;见this screenshot。
compile
我试着把它放在我的init.el:
init.el
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) (add-hook 'text-mode-hook 'turn-on-auto-fill)
我也使用ttt格式。
有人可以帮我解决这个问题吗?
由于