chiark / gitweb /
dot/emacs, el/dot-emacs.el: Support for Algol 68 code.
[profile] / dot / emacs
index f207a0a5cb3ed402d89233f6974d029b2eaa73b5..920b3704334632b09bd3cad03c9ab663ccf81c65 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
        python-mode-hook pyrec-mode-hook icon-mode-hook awk-mode-hook
        tcl-mode-hook go-mode-hook js-mode-hook javascript-mode-hook
        conf-mode-hook m4-mode-hook autoconf-mode-hook autotest-mode-hook
-       asm-mode-hook TeX-mode-hook LaTeX-mode-hook
+       a68-mode-hook a68-mode-hooks asm-mode-hook
+       TeX-mode-hook LaTeX-mode-hook
        TeXinfo-mode-hook tex-mode-hook latex-mode-hook
        texinfo-mode-hook emacs-lisp-mode-hook scheme-mode-hook
        lisp-mode-hook lisp-interaction-mode-hook makefile-mode-hook
 (add-hook 'smalltalk-mode-hook 'mdw-fontify-smalltalk t)
 (add-hook 'smalltalk-mode-hook 'mdw-setup-smalltalk t)
 
+(add-hook 'a68-mode-hook 'mdw-fontify-algol-68 t)
+(add-hook 'a68-mode-hooks 'mdw-fontify-algol-68 t)
 (add-hook 'dylan-mode-hook 'mdw-fontify-dylan t)
 
 (progn