dotfiles/emacs-lisp/vterm.org
2023-09-16 19:54:12 +02:00

618 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)