doomemacs/modules/emacs/vterm
2019-02-17 00:14:05 +08:00
..
autoload.el Add vterm layer 2019-01-27 03:53:33 +08:00
config.el move vterm's popup rule to vterm layer 2019-02-17 00:14:05 +08:00
doctor.el Add vterm layer 2019-01-27 03:53:33 +08:00
packages.el Add vterm layer 2019-01-27 03:53:33 +08:00
readme.org Add vterm layer 2019-01-27 03:53:33 +08:00

emacs/vterm

Description

An emacs-libvterm module.

Prerequisites

Emacs requirement

You have to compile emacs with --with-modules option.

Lookat the system-configuration-options variable to see if your emacs has this option.

Compiler requirement

Your system need to have make cmake and a c compiler to compile libvterm-module, Emacs will automatically compile the module for you.

You can also put your pre-compiled vterm-module.so to your vterm installation folder, which is usually ~/.emacs.d/.local/packages/quelpa/build/vterm/, and make sure vterm-module.so file is executable, instead of let emacs compile it for you.

System requirement

You need to have libvterm installed in your system.

On Ubuntu or Debian:

sudo apt install libvterm-dev

On ArchLinux or Manjaro:

sudo pacman -S libvterm

On macOS:

brew install libvterm