summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-03-04 19:16:38 +0100
committerTimo Wilken2023-03-04 19:16:38 +0100
commitec2e893a8d6f1389a4abf4230ba8aa1cbf4d14b8 (patch)
treebe0f14d4529b5c347e6dfeb88abde69cfc42bf90 /tw/home
parent64eee1d05998ea5354a58a2c30c9904f46a07f47 (diff)
Install alidistlint and fix its setup
Newer versions of alidistlint are Python 3.9-compatible.
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.