Allow restoring small windows

See also #56
This commit is contained in:
Vasilij Schneidermann
2016-11-19 13:42:04 +01:00
parent 41344e2aa2
commit 1dc4b2b217

View File

@ -262,7 +262,7 @@ This function keeps the sortedness intact."
;; KLUDGE: workaround for visual-fill-column foolishly ;; KLUDGE: workaround for visual-fill-column foolishly
;; setting the split-window parameter ;; setting the split-window parameter
(let ((ignore-window-parameters t)) (let ((ignore-window-parameters t))
(window-state-put (cadr match) (frame-root-window))))) (window-state-put (cadr match) (frame-root-window) 'safe))))
(defun eyebrowse--read-slot () (defun eyebrowse--read-slot ()
"Read in a window config SLOT to switch to. "Read in a window config SLOT to switch to.