doomemacs/modules/term
Henrik Lissner a0a4aa81c1
fix(vterm): +vterm/toggle creating duplicates
If vterm-buffer-name-string is set to non-nil, then vterm will rename
the buffer after it is initialized. Since +vterm/toggle looks up buffers
by name, it will lose track of them, causing it to create a new one on
each invocation. With this, it will no longer lose track of them.

Fix: #6651
2022-08-09 17:18:35 +02:00
..
eshell revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
shell revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
term revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00
vterm fix(vterm): +vterm/toggle creating duplicates 2022-08-09 17:18:35 +02:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:term

Description

What's an operating system without a terminal? The modules in this category bring varying degrees of terminal emulation into Emacs.

If you can't decide which to choose, I recommend vterm or eshell. :term vterm offers that best terminal emulation available but requires a few extra steps to get going. :term eshell works everywhere that Emacs runs, even Windows, and provides a shell entirely implemented in Emacs Lisp.

Frequently asked questions

This category has no FAQs yet. Ask one?