diff options
author | JSDurand <mmemmew@gmail.com> | 2021-07-27 19:13:14 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-07-27 19:13:14 +0800 |
commit | 88ff5a4581174cd06279104a5e7695e582ec913f (patch) | |
tree | 3807595199f1f1a5e4ad225bc3b79e3847932d3a /eshell-conf.el | |
parent | 974a79086f8a787ca421aabccae4016a84aa2818 (diff) |
fix: require type-break
* eshell-conf.el (require 'type-break): This is required by the
function #'timep.
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 3d7052c..6dbc49a 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -31,6 +31,7 @@ (require 'eshell)) (require 'esh-util) (require 'ring) +(require 'type-break) ;; Measure time of commands and display automatically. |