branch: externals/a68-mode commit 6c0a5a766d311f35d366a4b1c209f60defc350cd Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
automatically register a68-mode for the .a68 extension --- algol-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/algol-mode.el b/algol-mode.el index 179cf7b4f4..5cf90db651 100644 --- a/algol-mode.el +++ b/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