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:
parent
1d4a41833e
commit
a0b7ccb74b
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue