summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-21 22:01:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-21 22:01:49 -0700
commit5a094f9f2253e1f3da46a0e8be30fd0f2a727c02 (patch)
tree7f3f804fadc925cc308383eb35b3da1e85fcccfd
parent2e2fe05870ae984f5b7280ac59b6ccb989f70e4e (diff)
downloaddotfiles-5a094f9f2253e1f3da46a0e8be30fd0f2a727c02.tar.gz
comment
-rw-r--r--.emacs.d/init-spw.el6
1 files changed, 5 insertions, 1 deletions
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