Trucate lines in ERT results
This commit is contained in:
parent
062a4d7743
commit
a43b50504e
1 changed files with 1 additions and 0 deletions
|
@ -1298,6 +1298,7 @@ from myaethon2.core.decorators import (
|
|||
(add-hook 'vala-mode-hook #'oni:vala-mode-func)
|
||||
(add-hook 'write-file-hooks 'oni:write-file-func)
|
||||
(add-hook 'yas-global-mode-hook 'oni:yas-minor-mode-func)
|
||||
(add-hook 'ert-results-mode-hook (lambda () (setq truncate-lines nil)))
|
||||
|
||||
(oni:add-function-to-hooks #'flycheck-mode
|
||||
'perl-mode-hook 'rst-mode-hook 'rust-mode-hook 'sh-mode-hook
|
||||
|
|
Loading…
Reference in a new issue