about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el index 6058eef..17fac5b 100644 --- a/init.el +++ b/init.el
@@ -569,6 +569,14 @@
569 (:hook flymake-mode 569 (:hook flymake-mode
570 flymake-shellcheck-load))) 570 flymake-shellcheck-load)))
571 571
572(setup shell-command
573 (:option shell-command-switch (acdw/system
574 ;; I should be testing on some variable
575 (:home "-csi")
576 (:work "-c"))
577 shell-command-prompt-show-cwd t
578 shell-command-default-error-buffer "*shell-command-errors*"))
579
572(setup shr 580(setup shr
573 (:option shr-width fill-column 581 (:option shr-width fill-column
574 shr-max-width fill-column 582 shr-max-width fill-column