Enable eshell-tramp by default

This commit is contained in:
Henrik Lissner 2021-01-07 01:42:15 -05:00
parent 70e71f3f6d
commit 1ba06ed5df
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)