From 2a34c2afb6b67de5d68d602ae294a7ef5c946bbe Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 11 Nov 2017 15:01:00 +0100 Subject: Fix ssh-dtach command. --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.org') 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")) -- cgit v1.2.3