From 88ff5a4581174cd06279104a5e7695e582ec913f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 27 Jul 2021 19:13:14 +0800 Subject: fix: require type-break * eshell-conf.el (require 'type-break): This is required by the function #'timep. --- eshell-conf.el | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-18-g5258