From 8381052d8fa53ad1cec4e32b8c48bcc063b2a531 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Thu, 27 Oct 2016 21:12:17 +0200 Subject: [PATCH] Work around stuff setting the split-window param --- eyebrowse.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eyebrowse.el b/eyebrowse.el index ddc6bde..711c519 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -259,7 +259,10 @@ This function keeps the sortedness intact." (when (version< emacs-version "25") (delete-other-windows) (set-window-dedicated-p nil nil)) - (window-state-put (cadr match) (frame-root-window)))) + ;; KLUDGE: workaround for visual-fill-column foolishly + ;; setting the split-window parameter + (let ((ignore-window-parameters t)) + (window-state-put (cadr match) (frame-root-window))))) (defun eyebrowse--read-slot () "Read in a window config SLOT to switch to.