diff options
| author | 2026-07-02 17:56:46 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | fa54c67e14d9c9eeabc921eb75752fcd89ed6d27 (patch) | |
| tree | 4ef06433fb5c6de412587a2ac3507c1006e1adbf /oni | |
| parent | a05e99ee786c4156292f359b51b17aaf9098433f (diff) | |
| download | new-dotfiles-fa54c67e14d9c9eeabc921eb75752fcd89ed6d27.tar.gz new-dotfiles-fa54c67e14d9c9eeabc921eb75752fcd89ed6d27.zip | |
pop-os/emacs: Add commmand-line arguments to composer install
These should make it easier for Emacs to render the progress of these commands.
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index ffd0c79..cb3fbba 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -106,7 +106,7 @@ connector." (containers '(("chanced" . "chanced-backend") ("punt" . "punt-backend") ("filament" . "chanced-admin-panel")))) - (async-shell-command (format "docker exec -it %s composer install" (map-elt containers b)) + (async-shell-command (format "docker exec -it %s composer install --no-interaction --no-progress" (map-elt containers b)) (get-buffer-create (format "*%s-composer*" (upcase b)))))) (if (string= brand "all") '("chanced" "punt" "filament") (list brand)))) |
