From bb07f08067b0a4be7b480fc11bfef5a8c654556d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 19 May 2021 12:55:12 -0500 Subject: Configure shell-command From http://www.nextpoint.se/?p=864 --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.el b/init.el index 6058eef..17fac5b 100644 --- a/init.el +++ b/init.el @@ -569,6 +569,14 @@ (:hook flymake-mode flymake-shellcheck-load))) +(setup shell-command + (:option shell-command-switch (acdw/system + ;; I should be testing on some variable + (:home "-csi") + (:work "-c")) + shell-command-prompt-show-cwd t + shell-command-default-error-buffer "*shell-command-errors*")) + (setup shr (:option shr-width fill-column shr-max-width fill-column -- cgit 1.4.1-21-gabe81