Skip to content

Commit

Permalink
Merge pull request #56 from vakili/patch-1
Browse files Browse the repository at this point in the history
Update README.org with slightly more precise install instructions for Doom Emacs
  • Loading branch information
psibi authored Jul 14, 2024
2 parents e74fef3 + 4394fc5 commit 9bf1fc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ Optionally you can install it via [[https://github.com/quelpa/quelpa][quelpa]] t
(justl-recipe-width 25))
#+end_example

For [[https://github.com/doomemacs/doomemacs][doom emacs]], you can install as:
For [[https://github.com/doomemacs/doomemacs][doom emacs]], you can install by adding the following to your `config.el`:

#+begin_example elisp
(use-package! justl
:config
(map! :n "e" 'justl-exec-recipe))
#+end_example

and the following to your `packages.el`:

#+begin_example elisp
(package! justl :recipe (:host github :repo "psibi/justl.el"))
#+end_example

* Usage

To list all the recipes present in your justfile, call
Expand Down

0 comments on commit 9bf1fc6

Please sign in to comment.