Skip to content

Commit

Permalink
add example for doom config (#27)
Browse files Browse the repository at this point in the history
* add example for doom config

* Update README.org

Co-authored-by: Sibi Prabakaran <[email protected]>

* fix additional paren

Co-authored-by: Sibi Prabakaran <[email protected]>
  • Loading branch information
vmiheer and psibi authored Sep 22, 2022
1 parent c1995b1 commit 4dc372c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ 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:

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

* Usage

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

0 comments on commit 4dc372c

Please sign in to comment.