emacs: Add vterm plugin

This commit is contained in:
caem 2025-04-02 17:55:13 +02:00
parent b93e633f4e
commit c1c2fc5cc0
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,6 @@
(add-to-list 'load-path user-emacs-directory)
(require 'rei)
(rei/load "core")
(rei/load "modes")
(rei/load "plugins")

View file

@ -0,0 +1 @@
(rei/load "vterm.el")

View file

@ -0,0 +1,2 @@
(use-package vterm
:ensure t)