Commit 0b698200df79
Changed files (1)
lisp
lisp/vde-shells.el
@@ -175,6 +175,9 @@ The EShell is renamed to match that directory to make multiple windows easier."
:config
(add-hook 'eshell-mode-hook 'eshell-bookmark-setup))
+;; for fish in ansi-term
+(add-hook 'term-mode-hook 'toggle-truncate-lines)
+
(provide 'vde-shells)
;; Local Variables: