summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 12:57:29 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 12:57:29 +0100
commitdcd7b583aff7150b605a50385ec75b7e40e12ec8 (patch)
tree085a5cccbb6a6b5ddce4144b5ef3c9aac3f06652
parent1e19ae3429754883b858600eaa69915406a2e236 (diff)
Use coterm-mode.
-rw-r--r--init.org8
1 files changed, 8 insertions, 0 deletions
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