dotfiles/emacs-lisp/vterm.org
main 0406c2b539
A lot of Emacs config edits
Signed-off-by: main <magic_rb@redalder.org>
2022-05-02 23:32:46 +02:00

502 B

Vterm

Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU Emacs based on libvterm, a C library. As a result of using compiled code (instead of elisp), emacs-libvterm is fully capable, fast, and it can seamlessly handle large outputs.

  (use-package vterm
    :straight t)