From 873d159c726ba4600319bcaa01152c425da434e0 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 29 May 2023 02:19:38 -0400 Subject: Use `vterm` for terminal --- init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index daa0001..e2060ec 100644 --- a/init.el +++ b/init.el @@ -819,6 +819,17 @@ ;; MMOSMacs is intended to serve as a full-featured IDE ;; --------------------------------------------------------------------- +;; --------------------------------- +;; Terminal +;; -------- +;; What's Linux without a terminal? +;; --------------------------------- + +;; Vterm +(use-package vterm + :straight t) + + ;; --------------------------------- ;; Syntax checking ;; --------------- -- cgit v1.2.3