From 5a094f9f2253e1f3da46a0e8be30fd0f2a727c02 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 21 Oct 2020 22:01:49 -0700 Subject: comment --- .emacs.d/init-spw.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index 5d6eb25b..304166b7 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -969,7 +969,11 @@ add places the library might be available to `load-path'." ;; Default binding for this function, M-TAB, may not be available to Emacs ;; as it is commonly used by window managers etc., and this is very useful - ;; when renaming files. + ;; when renaming files. Also, when typing a path to a remote file on a host + ;; we're not connected to use, this can be used to cause TRAMP to open a + ;; connection and thereby get filename completion going, though it is + ;; smoother to start by using C-x d to connect to the host and only then + ;; using C-x C-f. ;; ;; M-j is a better key to rebind than C-j because in C-M-j is bound to the ;; same thing as M-j in the default global map -- cgit v1.2.3