eshell-atuin: fix CI

This commit is contained in:
Pavel Korytov 2024-03-08 20:31:50 +03:00
parent a56dd797b1
commit c09e4f7bf5

View file

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