summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"))