Merge pull request #2792 from xeijin/patch-2

enable comint mode for terraform apply
This commit is contained in:
Henrik Lissner 2020-03-29 18:20:13 -04:00 committed by GitHub
commit 5308dbd544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
(map! :after terraform-mode
:map terraform-mode-map
:localleader
:desc "terraform apply" "a" (λ! (compile "terraform apply"))
:desc "terraform apply" "a" (λ! (compile "terraform apply" t))
:desc "terraform init" "i" (λ! (compile "terraform init"))
:desc "terraform plan" "p" (λ! (compile "terraform plan")))