From 1bffa5e9218e2128de30e7d815e6c20b8aaad98b Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 22 Feb 2025 16:21:36 +0300 Subject: [PATCH] README: add note for #9 --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index de8b1b8..eac73a5 100644 --- a/README.org +++ b/README.org @@ -55,6 +55,11 @@ I suspect the package might be slow if your history has a lot of records (I have (setq eshell-atuin-search-options '("--exit" "0" "--limit" "10000")) #+end_src +If the package ignores imported history, remove =--exit 0= from the options (see [[https://github.com/SqrtMinusOne/eshell-atuin/issues/9][#9]]). +#+begin_src emacs-lisp +(setq eshell-atuin-search-options nil) +#+end_src + * Usage Enable =eshell-atuin-mode= to turn on storing eshell commands in =atuin=.