Merge pull request #4492 from nbfalcon/bugfix/+eshell-split-window
Fix `+eshell/split-window' error
This commit is contained in:
commit
3beac8ae5a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
(switch-to-buffer (doom-fallback-buffer)))
|
||||
(when +eshell-enable-new-shell-on-split
|
||||
(let ((default-directory directory))
|
||||
(when-let (win (get-buffer-window (+eshell/here t)))
|
||||
(when-let (win (get-buffer-window (+eshell/here)))
|
||||
(set-window-dedicated-p win dedicated-p))))))
|
||||
|
||||
(defun +eshell--setup-window (window &optional flag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue