commit 6c0a5a766d311f35d366a4b1c209f60defc350cd from: Omar Polo date: Sat Nov 06 22:24:34 2021 UTC automatically register a68-mode for the .a68 extension commit - 962671ab1afe4e13c1440310ca30348e7afe208a commit + 6c0a5a766d311f35d366a4b1c209f60defc350cd blob - 179cf7b4f4880b2f7f7050c77dfe5a492649d649 blob + 5cf90db651e02818856e87938d7d79ef87753372 --- algol-mode.el +++ algol-mode.el @@ -212,5 +212,8 @@ (setq-local comment-start "#") (setq-local comment-stop "#")) +;;;###autoload +(add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode)) + (provide 'algol-mode) ;;; algol-mode.el ends here