mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
640de3fb86
This reverts commit b673fb12c1
.
20 lines
618 B
Org Mode
20 lines
618 B
Org Mode
:PROPERTIES:
|
|
:ID: 8fbb19be-bb8d-4fef-8a6a-9d5a3f5d06ec
|
|
:ROAM_REFS: https://github.com/akermu/emacs-libvterm
|
|
:END:
|
|
#+title: Vterm
|
|
#+filetags: emacs-load
|
|
|
|
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
#+BEGIN_QUOTE
|
|
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.
|
|
#+END_QUOTE
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
(use-package vterm
|
|
:straight t)
|
|
#+END_SRC
|