Skip to content

Commit

Permalink
Update documentation with justl-shell variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skissue committed Jun 24, 2024
1 parent e69edc1 commit 58e8141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ h => help popup
? => help popup
g => refresh
e => execute recipe
E => execute recipe with eshell
E => execute recipe with a shell
w => execute recipe with arguments
W => open eshell without executing
W => open a shell without executing
#+end_example

* Customize
Expand All @@ -87,6 +87,7 @@ W => open eshell without executing
change the /justl-executable/ variable to set any explicit path.
- You can also control the width of the RECIPE column in the justl
buffer via /justl-recipe width/. By default it has a value of 20.
- You can change the shell between /eshell/ and /vterm/ using the /justl-shell/ variable. Using vterm requires [[https://github.com/akermu/emacs-libvterm][the vterm package]] to be installed.

* Future

Expand Down
7 changes: 5 additions & 2 deletions justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
;; ? => help popup
;; g => refresh
;; e => execute recipe
;; E => execute recipe with eshell
;; E => execute recipe with a shell
;; w => execute recipe with arguments
;; W => open eshell without executing
;; W => open a shell without executing
;;
;; Customize:
;;
Expand All @@ -63,6 +63,9 @@
;; You can also control the width of the RECIPE column in the justl
;; buffer via `justl-recipe width`. By default it has a value of 20.
;;
;; You can change the shell between `eshell' and `vterm' using the `justl-shell'
;; variable. Using vterm requires the `vterm' package to be installed.

Check warning on line 67 in justl.el

View workflow job for this annotation

GitHub Actions / check (29.3, false)

There should be two spaces after a period

Check warning on line 67 in justl.el

View workflow job for this annotation

GitHub Actions / check (29.2, false)

There should be two spaces after a period

Check warning on line 67 in justl.el

View workflow job for this annotation

GitHub Actions / check (29.1, false)

There should be two spaces after a period

Check warning on line 67 in justl.el

View workflow job for this annotation

GitHub Actions / check (28.2, false)

There should be two spaces after a period
;;

;;; Code:

Expand Down

0 comments on commit 58e8141

Please sign in to comment.