From 2a6257a689e1ff2e76348717f8f79f970481c053 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 3 Feb 2021 02:37:30 +0100 Subject: [PATCH] Shrink terminal buffer --- +ui.el | 3 +++ init.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/+ui.el b/+ui.el index bb0699b..083e330 100644 --- a/+ui.el +++ b/+ui.el @@ -35,3 +35,6 @@ ;; Disable lsp header line (after! lsp-mode (setq lsp-headerline-breadcrumb-enable nil)) +;; Shrink terminal buffer +(after! term + (setq multi-term-dedicated-window-height 8)) diff --git a/init.el b/init.el index b2e6d1c..af33bda 100644 --- a/init.el +++ b/init.el @@ -70,8 +70,8 @@ :term ;;eshell ; a consistent, cross-platform shell (WIP) - shell ; a terminal REPL for Emacs - ;;term ; terminals in Emacs + ;;shell ; a terminal REPL for Emacs + term ; terminals in Emacs ;;vterm ; another terminals in Emacs :checkers