Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng 3b566848fc
Replace term with vterm 2021-06-24 15:24:51 +02:00
2 changed files with 3 additions and 4 deletions

3
+ui.el
View File

@ -35,5 +35,4 @@
(after! lsp-mode (after! lsp-mode
(setq lsp-headerline-breadcrumb-enable nil)) (setq lsp-headerline-breadcrumb-enable nil))
;; Shrink terminal buffer ;; Shrink terminal buffer
(after! term (set-popup-rule! "^\\*vterm" :size 0.1 :vslot -4 :select t :quit nil :ttl 0)
(setq multi-term-dedicated-window-height 8))

View File

@ -71,8 +71,8 @@
:term :term
;;eshell ; a consistent, cross-platform shell (WIP) ;;eshell ; a consistent, cross-platform shell (WIP)
;;shell ; a terminal REPL for Emacs ;;shell ; a terminal REPL for Emacs
term ; terminals in Emacs ;;term ; terminals in Emacs
;;vterm ; another terminals in Emacs vterm ; another terminals in Emacs
:checkers :checkers
syntax ; tasing you for every semicolon you forget syntax ; tasing you for every semicolon you forget