From 91a2c6106a49cb207490493807e989256b5d50cf Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 13 Feb 2020 10:17:21 +0100 Subject: Patch for SSH X-Forwarding on Windows --- emacs-init.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index 67746e2..6143409 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -91,6 +91,13 @@ header argument in the source code. ;; (setq safe-local-variable-values (list (cons 'buffer-auto-save-file-name nil) ;; (cons 'header-line-format " "))) (setq vc-follow-symlinks t) + +;; For use on Windows via SSH X-Forwarding +;; See https://emacs.stackexchange.com/a/42440/25850 +(setq default-frame-alist + (append default-frame-alist '((inhibit-double-buffering . t)))) +(setq posframe-inhibit-double-buffering t) + (load (expand-file-name "emacs-init.el" user-emacs-directory)) #+end_src -- cgit v1.2.3