summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-27 19:13:14 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-27 19:13:14 +0800
commit88ff5a4581174cd06279104a5e7695e582ec913f (patch)
tree3807595199f1f1a5e4ad225bc3b79e3847932d3a
parent974a79086f8a787ca421aabccae4016a84aa2818 (diff)
fix: require type-break
* eshell-conf.el (require 'type-break): This is required by the function #'timep.
-rw-r--r--eshell-conf.el1
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.