From ef4428a957feae268a01bfbd1858aaa059cfab4f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 10 Apr 2022 14:09:56 +0800 Subject: 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. --- tramp-conf.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tramp-conf.el') diff --git a/tramp-conf.el b/tramp-conf.el index 8614be3..183361b 100644 --- a/tramp-conf.el +++ b/tramp-conf.el @@ -51,5 +51,12 @@ (setq tramp-allow-unsafe-temporary-files t) +;;; Disable version control on remote hosts + +(setq + vc-ignore-dir-regexp + (format "\\(%s\\)\\|\\(%s\\)" + vc-ignore-dir-regexp tramp-file-name-regexp)) + (provide 'tramp-conf) ;;; tramp-conf.el ends here -- cgit v1.2.3-18-g5258