Minor refactors & comment revision
This commit is contained in:
parent
0d6c32ff25
commit
4dab595ad3
6 changed files with 20 additions and 24 deletions
|
@ -11,7 +11,7 @@ ALIASES is a flat list of alias -> command pairs. e.g.
|
|||
\"bye\" \"echo goodbye world\")"
|
||||
(or (cl-evenp (length aliases))
|
||||
(signal 'wrong-number-of-arguments (list 'even (length aliases))))
|
||||
(after! eshell
|
||||
(after! em-alias
|
||||
(while aliases
|
||||
(let ((alias (pop aliases))
|
||||
(command (pop aliases)))
|
||||
|
|
|
@ -92,9 +92,7 @@ You should use `set-eshell-alias!' to change this.")
|
|||
(add-hook! 'eshell-mode-hook
|
||||
(defun +eshell-remove-fringes-h ()
|
||||
(set-window-fringes nil 0 0)
|
||||
(set-window-margins nil 1 nil)))
|
||||
|
||||
(add-hook! 'eshell-mode-hook
|
||||
(set-window-margins nil 1 nil))
|
||||
(defun +eshell-enable-text-wrapping-h ()
|
||||
(visual-line-mode +1)
|
||||
(set-display-table-slot standard-display-table 0 ?\ )))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue