summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:00 +0100
commit2a34c2afb6b67de5d68d602ae294a7ef5c946bbe (patch)
treefbd2f4d1d135992ae875207668584976fa564039 /init.org
parent752791e881a4426d05758919b45e4bcb4593c160 (diff)
Fix ssh-dtach command.
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index ab1b745..c2d291a 100644
--- a/init.org
+++ b/init.org
@@ -1633,7 +1633,7 @@ Here are a few commands that I used pretty often:
(defun ssh-dtach (host)
"Open SSH connection to HOST and start dtach session."
- (interactive)
+ (interactive "sHost: ")
(let ((explicit-shell-file-name "dtach")
(explicit-dtach-args '("-A" "/tmp/emacs.dtach" "-z"
"/bin/bash" "--noediting" "-login"))