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