Skip to content

Commit

Permalink
Run babashka tasks in *Babashka* buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
licht1stein committed May 27, 2024
1 parent 117138c commit 4ea9d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babashka.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;; Author: Mykhaylo Bilyanskyy <[email protected]>
;; Maintainer: Mykhaylo Bilyanskyy <[email protected]>
;; Version: 1.0.7
;; Version: 1.0.8
;; Package-Requires: ((emacs "27.1") (parseedn "1.1.0"))
;;
;; Created: 11 Jun 2023
Expand Down Expand Up @@ -79,7 +79,7 @@
(defun babashka--run-shell-command-in-directory (directory command)
"Run a shell COMMAND in a DIRECTORY and display output in OUTPUT-BUFFER."
(let ((default-directory directory))
(funcall babashka-async-shell-command command)))
(funcall babashka-async-shell-command command (format "*Babashka: %s*" command))))

(defun babashka--locate-bb-edn (&optional dir)
"Recursively search upwards from DIR for bb.edn file."
Expand Down

0 comments on commit 4ea9d7f

Please sign in to comment.