summaryrefslogtreecommitdiff
diff options
context:
space:
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