From 58e81414b0060293749861977e7d2ea6dd2bc661 Mon Sep 17 00:00:00 2001 From: Ad Date: Sat, 22 Jun 2024 08:33:31 -0400 Subject: [PATCH] Update documentation with `justl-shell` variable --- README.org | 5 +++-- justl.el | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4c3d594..808daca 100644 --- a/README.org +++ b/README.org @@ -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 @@ -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 diff --git a/justl.el b/justl.el index 239f253..11a03ef 100644 --- a/justl.el +++ b/justl.el @@ -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: ;; @@ -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. +;; ;;; Code: