From c09e4f7bf575ee78be0952e5c505c7c2c40dc8a9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 8 Mar 2024 20:31:50 +0300 Subject: [PATCH] eshell-atuin: fix CI --- eshell-atuin.el | 3 +++ 1 file changed, 3 insertions(+) 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")