diff --git a/eshell-atuin.el b/eshell-atuin.el index bfccfe0..9a8e044 100644 --- a/eshell-atuin.el +++ b/eshell-atuin.el @@ -42,8 +42,11 @@ ;;; Code: (require 'compat) +(require 'em-prompt) (require 'eshell) +(eval-when-compile (require 'subr-x)) + (defgroup eshell-atuin () "Intergrate eshell with atuin, a shell history tool." :link '(url-link :tag "GitHub" "https://github.com/SqrtMinusOne/eshell-atuin")