From 2aa157bf605baf159ad39c79c9d03da9d5ef56fa Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Mon, 1 Jun 2026 23:25:27 +0800 Subject: [PATCH] Whoops --- workflows/typescript-custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/typescript-custom.el b/workflows/typescript-custom.el index b828c4b..8bb128a 100644 --- a/workflows/typescript-custom.el +++ b/workflows/typescript-custom.el @@ -22,8 +22,8 @@ ;;; Code: -(add-to-list 'auto-mode-alist '("\\.ts\\" . typescript-ts-mode)) -(add-to-list 'auto-mode-alist '("\\.spec.*.ts\\" . typescript-ts-mode)) +(add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-ts-mode)) +(add-to-list 'auto-mode-alist '("\\.spec.*.ts\\'" . typescript-ts-mode)) (use-package tide :init