Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.org with slightly more precise install instructions for Doom Emacs #56

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading