diff --git a/modules/emacs/eshell/config.el b/modules/emacs/eshell/config.el index 24e557f19..21178be71 100644 --- a/modules/emacs/eshell/config.el +++ b/modules/emacs/eshell/config.el @@ -83,7 +83,8 @@ You should use `det-eshell-alias!' to change this.") ;; UI enhancements (defun +eshell|remove-fringes () - (set-window-fringes nil 0 0)) + (set-window-fringes nil 0 0) + (set-window-margins nil 1 nil)) (add-hook 'eshell-mode-hook #'+eshell|remove-fringes) (defun +eshell|enable-text-wrapping ()