aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/emacs.scm1
-rw-r--r--tw/home/files/emacs-packages/alidist-mode.el2
-rw-r--r--tw/home/lap.scm2
3 files changed, 3 insertions, 2 deletions
diff --git a/tw/home/emacs.scm b/tw/home/emacs.scm
index 1a605fa7..bebad6ef 100644
--- a/tw/home/emacs.scm
+++ b/tw/home/emacs.scm
@@ -35,6 +35,7 @@
(list
;; Development & language servers
gnu-make
+ python-yamllint
shellcheck
clang ; for clangd
python-lsp-server
diff --git a/tw/home/files/emacs-packages/alidist-mode.el b/tw/home/files/emacs-packages/alidist-mode.el
index 12cb40f2..b68e1993 100644
--- a/tw/home/files/emacs-packages/alidist-mode.el
+++ b/tw/home/files/emacs-packages/alidist-mode.el
@@ -26,7 +26,7 @@
:group 'alidist-mode)
(defvar alidist-mode--message-regexp
- (rx bol "-:" ; filename
+ (rx bol "<stdin>:" ; filename
(group (+ digit)) ":" ; line
(group (+ digit)) ": " ; column
(group (or "note" "warning" "error")) ": " ; type
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index 2e8a629f..755dba67 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -116,7 +116,7 @@
steam ; see also: steam-nvidia
;; Work
- s3cmd python-alibuild ; python-alidistlint
+ s3cmd python-alibuild python-alidistlint
hashicorp-nomad-bin hashicorp-consul-bin hashicorp-vault-bin hashicorp-packer-bin
;; i3 and Xorg. i3 itself must be installed system-wide for gdm to pick it up.