Replace term with vterm
This commit is contained in:
parent
889bf1cd36
commit
3b566848fc
3
+ui.el
3
+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)
|
||||
|
|
4
init.el
4
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
|
||||
|
|
Loading…
Reference in New Issue