diff options
author | Thanos Apollo <[email protected]> | 2023-09-08 15:24:38 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-08 15:24:38 +0300 |
commit | 87964fa82eccb428c5de2ea0f13ccd108d1768dd (patch) | |
tree | ce320f9d621d4c94bbaff9198fbba060545cd61f /.emacs.d/init.el | |
parent | 8b49dbd7c153b0de22f2aeaaa33206709533f809 (diff) |
delete multi-eshell
Using `C-NUM C-c e` is more convinient when having more than 3 shells
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 43ed415..85d3d9b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -24,7 +24,6 @@ (add-to-list 'load-path "~/.emacs.d/modules") (require 'thanos-packages) -(require 'multi-eshell) (require 'thanos-eshell) (require 'thanos-aesthetics) (require 'thanos-dired) |