README: add note for #9
Some checks failed
melpazoid / build (push) Has been cancelled

This commit is contained in:
Pavel Korytov 2025-02-22 16:21:36 +03:00
parent b8bff27bbd
commit 1bffa5e921

View file

@ -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")) (setq eshell-atuin-search-options '("--exit" "0" "--limit" "10000"))
#+end_src #+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 * Usage
Enable =eshell-atuin-mode= to turn on storing eshell commands in =atuin=. Enable =eshell-atuin-mode= to turn on storing eshell commands in =atuin=.