From 03d044d573022eb156ee1b34f7f8df7a278d116a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 25 Aug 2026 05:53:46 -0600 Subject: feat(install): install bash-language-server with the shell tools prog-shell.el warns at every Emacs start when the server is absent, and nothing installed it: shellcheck and shfmt were in the script, this one only had a manual npm note in the module header. Arch ships it in extra, so it goes in beside them as a pacman package and survives the next rebuild. --- archsetup | 1 + 1 file changed, 1 insertion(+) diff --git a/archsetup b/archsetup index 58102a2..df9338a 100755 --- a/archsetup +++ b/archsetup @@ -3018,6 +3018,7 @@ install_programming_languages() { # Shell pacman_install shellcheck # Shell script linter pacman_install shfmt # Shell script formatter + pacman_install bash-language-server # Bash language server; prog-shell.el warns at every start without it # Go pacman_install delve # Go programming language debugger -- cgit v1.2.3