Fix reference to defunct variable #232

This commit is contained in:
Henrik Lissner 2017-10-07 20:32:48 +02:00
parent c3398e6afc
commit 642dc094d1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -54,7 +54,7 @@ evil-window-move-* (e.g. `evil-window-move-far-left')"
('down 'below) ('down 'below)
(_ direction)))) (_ direction))))
(with-selected-window that-window (with-selected-window that-window
(switch-to-buffer doom-buffer)) (switch-to-buffer (doom-fallback-buffer)))
(setq that-buffer (window-buffer that-window))) (setq that-buffer (window-buffer that-window)))
(with-selected-window this-window (with-selected-window this-window
(switch-to-buffer that-buffer)) (switch-to-buffer that-buffer))