From fb65a564748b2113e68546475cd5616206f81c2c Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 24 Jun 2021 12:24:29 +0200 Subject: [PATCH] Replace term with vterm --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ae390a7..ff42045 100644 --- a/init.el +++ b/init.el @@ -71,8 +71,8 @@ :term ;;eshell ; a consistent, cross-platform shell (WIP) ;;shell ; a terminal REPL for Emacs - term ; terminals in Emacs - ;;vterm ; another terminals in Emacs + ;;term ; terminals in Emacs + vterm ; another terminals in Emacs :checkers syntax ; tasing you for every semicolon you forget