term/term: don't erase term buffer on toggle #1492
This commit is contained in:
parent
d27c148e14
commit
2835314022
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ If prefix ARG, recreate term buffer in the current project's root."
|
||||||
(evil-change-to-initial-state))
|
(evil-change-to-initial-state))
|
||||||
(goto-char (point-max)))
|
(goto-char (point-max)))
|
||||||
(with-current-buffer buffer
|
(with-current-buffer buffer
|
||||||
(with-silent-modifications
|
|
||||||
(erase-buffer))
|
|
||||||
(doom|mark-buffer-as-real)
|
(doom|mark-buffer-as-real)
|
||||||
(multi-term-internal))
|
(multi-term-internal))
|
||||||
(unless (window-live-p window)
|
(unless (window-live-p window)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue