-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run babashka tasks in
*Babashka*
buffers
- Loading branch information
1 parent
117138c
commit 4ea9d7f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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." | ||
|