summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-14 10:37:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-14 10:37:46 -0700
commit3f19bde25806b2386087fa58e43658e33760c32e (patch)
tree88757ebd333bff5ef2287f782b615a59f61678e5
parent3e4a14335833167aae38654a666ff81e42f127cb (diff)
downloaddotfiles-3f19bde25806b2386087fa58e43658e33760c32e.tar.gz
work around Debian TRAMP bug
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6f15537e..3a4b1ef8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -9,6 +9,9 @@
;; be sure not to load stale bytecode-compiled lisp
(setq load-prefer-newer t)
+;; work around Debian bug #810640
+(setq tramp-ssh-controlmaster-options nil)
+
;; this is where all subtree packages are
(defconst emacs-pkg-dir (concat user-emacs-directory "pkg"))