diff options
author | JSDurand <mmemmew@gmail.com> | 2022-01-26 17:04:41 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-01-26 17:04:41 +0800 |
commit | 4ed65865faa604b475f8051f9e4a06554c1bcb76 (patch) | |
tree | fac581b3c2b8f8dbcfe1a736516425560c432a64 /eshell-conf.el | |
parent | 21ce4523b523e3da9272c7056893a920014c0df3 (diff) |
eshell: load em-term
Diffstat (limited to 'eshell-conf.el')
-rw-r--r-- | eshell-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eshell-conf.el b/eshell-conf.el index ce49e4c..ebadfda 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -30,6 +30,7 @@ (require 'esh-mode) (require 'eshell)) (require 'esh-util) +(require 'em-term) (require 'ring) (require 'type-break) |