Shrink terminal buffer

This commit is contained in:
2021-02-03 02:37:30 +01:00
parent a7b83c7e54
commit 2a6257a689
2 changed files with 5 additions and 2 deletions

3
+ui.el
View File

@@ -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))