aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-02 17:56:46 -0700
committerGravatar Tom Willemse2026-07-02 17:59:21 -0700
commit5f3ac1b973d337952dc339de1b85119ec27b9263 (patch)
tree6be60978c4bcbb75bf1fcbeb4df21a38cfad463a
parent38e8b4b949a18e3c148fa644ec82e705766d6b16 (diff)
downloadnew-dotfiles-5f3ac1b973d337952dc339de1b85119ec27b9263.tar.gz
new-dotfiles-5f3ac1b973d337952dc339de1b85119ec27b9263.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.
-rw-r--r--oni/home/config/pop-os/emacs.el2
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))))