mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable eshell-tramp by default
This commit is contained in:
@ -73,6 +73,8 @@ You should use `set-eshell-alias!' to change this.")
|
||||
eshell-glob-case-insensitive t
|
||||
eshell-error-if-no-glob t)
|
||||
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||
|
||||
;; Consider eshell buffers real
|
||||
(add-hook 'eshell-mode-hook #'doom-mark-buffer-as-real-h)
|
||||
|
||||
|
Reference in New Issue
Block a user