Skip to content

Commit bdecf8d

Browse files
committed
Fix freeze on load caused by helm issue.
There seems to be an issue between helm and the specific version of emacs used by Arch. This commit adds a patch that should resolve the issue. When Emacs 25 is available we should remove the patch and see if the issue still exists. See: emacs-helm/helm#1000
1 parent a9604db commit bdecf8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/home/jake/.spacemacs

+3
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ values."
199199
"Initialization function for user code.
200200
It is called immediately after `dotspacemacs/init'. You are free to put any
201201
user code."
202+
203+
;; Freeze-on-load fix (should be obsoleted by Emacs 25). See: https://github.com/emacs-helm/helm/issues/1000
204+
(setq tramp-ssh-controlmaster-options "-o ControlMaster=auto -o ControlPath='tramp.%%C' -o ControlPersist=no")
202205
)
203206

204207
(defun dotspacemacs/user-config ()

0 commit comments

Comments
 (0)