mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
term/term: don't erase term buffer on toggle #1492
This commit is contained in:
@ -37,8 +37,6 @@ If prefix ARG, recreate term buffer in the current project's root."
|
||||
(evil-change-to-initial-state))
|
||||
(goto-char (point-max)))
|
||||
(with-current-buffer buffer
|
||||
(with-silent-modifications
|
||||
(erase-buffer))
|
||||
(doom|mark-buffer-as-real)
|
||||
(multi-term-internal))
|
||||
(unless (window-live-p window)
|
||||
|
Reference in New Issue
Block a user