file extension oops

This commit is contained in:
zongor 2025-09-06 20:27:45 -07:00
parent 5d548ae239
commit 544ae6073e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
(setq-local indent-line-function 'c-indent-line)) (setq-local indent-line-function 'c-indent-line))
;;;###autoload ;;;###autoload
(add-to-list 'auto-mode-alist '("\\.undar\\'" . undar-mode)) (add-to-list 'auto-mode-alist '("\\.ul\\'" . undar-mode))
(provide 'undar-mode) (provide 'undar-mode)
;;; undar-mode.el ends here ;;; undar-mode.el ends here