Enable eshell-tramp by default
This commit is contained in:
parent
70e71f3f6d
commit
1ba06ed5df
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ You should use `set-eshell-alias!' to change this.")
|
||||||
eshell-glob-case-insensitive t
|
eshell-glob-case-insensitive t
|
||||||
eshell-error-if-no-glob t)
|
eshell-error-if-no-glob t)
|
||||||
|
|
||||||
|
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||||
|
|
||||||
;; Consider eshell buffers real
|
;; Consider eshell buffers real
|
||||||
(add-hook 'eshell-mode-hook #'doom-mark-buffer-as-real-h)
|
(add-hook 'eshell-mode-hook #'doom-mark-buffer-as-real-h)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue