From 544ae6073ed64d990e193281572df227355ba6d2 Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 6 Sep 2025 20:27:45 -0700 Subject: [PATCH] file extension oops --- undar-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undar-mode.el b/undar-mode.el index c7aff4f..895df0f 100644 --- a/undar-mode.el +++ b/undar-mode.el @@ -89,7 +89,7 @@ (setq-local indent-line-function 'c-indent-line)) ;;;###autoload -(add-to-list 'auto-mode-alist '("\\.undar\\'" . undar-mode)) +(add-to-list 'auto-mode-alist '("\\.ul\\'" . undar-mode)) (provide 'undar-mode) ;;; undar-mode.el ends here