From dcd7b583aff7150b605a50385ec75b7e40e12ec8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Feb 2024 12:57:29 +0100 Subject: Use coterm-mode. --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.org b/init.org index 3195619..df4edeb 100644 --- a/init.org +++ b/init.org @@ -606,6 +606,14 @@ I used to like Eshell a lot. Eshell is a shell implemented in Elisp. It is wel ("C-c ~" . my/tramp-home)))) #+END_SRC +Enable =coterm-mode= globally. + +#+begin_src elisp +(use-package coterm + :init + (coterm-mode)) +#+end_src + TODO: here’s the rest of my shell configuration: #+BEGIN_SRC elisp -- cgit v1.2.3