emacs/eshell: restore margins

They were disabled because of shell width issues, but removing the
margin didn't change the situation!
This commit is contained in:
Henrik Lissner 2018-07-03 20:05:49 +02:00
parent 1d4a41833e
commit a0b7ccb74b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -83,7 +83,8 @@ You should use `det-eshell-alias!' to change this.")
;; UI enhancements ;; UI enhancements
(defun +eshell|remove-fringes () (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) (add-hook 'eshell-mode-hook #'+eshell|remove-fringes)
(defun +eshell|enable-text-wrapping () (defun +eshell|enable-text-wrapping ()