From 3b566848fc5089086778eebacd0e09d83a571581 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 24 Jun 2021 12:24:29 +0200 Subject: [PATCH] Replace term with vterm --- +ui.el | 3 +-- init.el | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/+ui.el b/+ui.el index c0cd5f4..1ab7cd6 100644 --- a/+ui.el +++ b/+ui.el @@ -35,5 +35,4 @@ (after! lsp-mode (setq lsp-headerline-breadcrumb-enable nil)) ;; Shrink terminal buffer -(after! term - (setq multi-term-dedicated-window-height 8)) +(set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0) 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