mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #2100: shell modeline doesn't stay hidden
This commit is contained in:
@ -69,7 +69,7 @@ If popup is focused, kill it."
|
||||
(with-current-buffer (pop-to-buffer buffer)
|
||||
(if (not (eq major-mode 'shell-mode))
|
||||
(shell buffer)
|
||||
(erase-buffer)
|
||||
(run-mode-hooks 'shell-mode-hook)
|
||||
(cd dir))
|
||||
(let ((process (get-buffer-process (current-buffer))))
|
||||
(set-process-sentinel process #'+shell--sentinel)
|
||||
|
Reference in New Issue
Block a user