mirror of
https://github.com/SqrtMinusOne/eshell-atuin.git
synced 2025-12-10 20:33:04 +03:00
readme: add MELPA
This commit is contained in:
parent
1b71d4c180
commit
a2565bf599
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@ Integrate [[https://www.gnu.org/software/emacs/manual/html_mono/eshell.html][esh
|
|||
This package provides functionality to store and browse eshell history in =atuin=.
|
||||
|
||||
* Installation
|
||||
The package isn't yet available anywhere but in this repository. My preferred way for such cases is [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]].
|
||||
The package is available on MELPA. Install it however you normally install packages, I prefer [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]]:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package eshell-atuin
|
||||
:straight (:host github :repo "SqrtMinusOne/eshell-atuin")
|
||||
:straight t
|
||||
:after eshell
|
||||
:config
|
||||
(eshell-atuin-mode))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue