summaryrefslogtreecommitdiff
path: root/tw/home/files
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/files
parent64eee1d05998ea5354a58a2c30c9904f46a07f47 (diff)
Install alidistlint and fix its setup
Newer versions of alidistlint are Python 3.9-compatible.
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/emacs-packages/alidist-mode.el2
1 files changed, 1 insertions, 1 deletions
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