diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 12:57:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 12:57:29 +0100 |
commit | dcd7b583aff7150b605a50385ec75b7e40e12ec8 (patch) | |
tree | 085a5cccbb6a6b5ddce4144b5ef3c9aac3f06652 | |
parent | 1e19ae3429754883b858600eaa69915406a2e236 (diff) |
Use coterm-mode.
-rw-r--r-- | init.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |