diff options
-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 |