Skip to content

Commit d585d21

Browse files
StreakyCobrad12frosted
authored andcommitted
Add an alternative solution for HELM syl20bnr#1000 in FAQ
Close syl20bnr#3853
1 parent 62342c8 commit d585d21

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/FAQ.org

+9-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,15 @@ configuration:
105105
"-o ControlMaster=auto -o ControlPath='tramp.%%C' -o ControlPersist=no")
106106
#+END_SRC
107107

108-
See [[https://github.com/syl20bnr/spacemacs/issues/3422#issuecomment-148919047][issue #3422]] and [[https://github.com/emacs-helm/helm/issues/1000#issuecomment-119487649][helm issue #1000]] for details.
108+
See [[https://github.com/syl20bnr/spacemacs/issues/3422#issuecomment-148919047][issue #3422]] and [[https://github.com/emacs-helm/helm/issues/1000#issuecomment-119487649][helm issue #1000]] for details. If for any reason this code is
109+
not working, you can try to put these settings directly in =~/.ssh/config=:
110+
111+
#+begin_SRC ssh
112+
Host *
113+
ControlMaster auto
114+
ControlPath ~/.ssh/master -%r@%h:%p
115+
ControlPersist = no
116+
#+end_SRC
109117

110118
** Why does =helm-M-x= (~SPC :~) not accept the prefix argument?
111119
If you try to run =helm-M-x= with the prefix argument (i.e. ~SPC u SPC :~) it

0 commit comments

Comments
 (0)