I am trying run a test (RSpec) in Emacs using the compile
command, but there is a problem with the output; see this screenshot.
I tried to put this in my init.el
:
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
And I use ttt-format too.
Can someone help me resolve this issue?
Thanks