Fix reference to defunct variable #232
This commit is contained in:
parent
c3398e6afc
commit
642dc094d1
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue