diff options
author | JSDurand <mmemmew@gmail.com> | 2022-04-10 14:09:56 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-04-11 01:41:54 +0800 |
commit | ef4428a957feae268a01bfbd1858aaa059cfab4f (patch) | |
tree | 5b0f922d19116eff8c9b36aa8ce01a2884bea8ca /eshell-conf.el | |
parent | 9233c47071d4e65cd767572a9761dbe868e8f4f2 (diff) |
misc: eshell, common and tramp
* eshell-conf.el: Load eshell-tramp. I am not sure if this is
necessary, though.
* tramp-conf.el (vc-ignore-dir-regexp): Ignore version control on
remote hosts. Maybe I will change my mind in the future.
* common.el (Info-mode-map): Evaluate this only after info is loaded.
Diffstat (limited to 'eshell-conf.el')
-rw-r--r-- | eshell-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eshell-conf.el b/eshell-conf.el index f4c8a23..3ee8352 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -365,6 +365,10 @@ candidates." If called without ARGS, then use ./ instead." (eshell/ls "-hal" (or args "./"))) +;;; Integration with Tramp + +(add-to-list 'eshell-modules-list 'eshell-tramp) + ;;; Substitute commands ;;;###autoload |