emacs, dot-emacs: Provide auto-filling for m4 (and autoconf).
[profile] / emacs
diff --git a/emacs b/emacs
index 039f102..6d34822 100644 (file)
--- a/emacs
+++ b/emacs
 (add-hook 'latex-mode-hook 'mdw-fontify-tex t)
 
 (add-hook 'sh-mode-hook #'mdw-setup-sh-script-mode)
+(add-hook 'autoconf-mode-hook #'mdw-setup-m4)
+(add-hook 'm4-mode-hook #'mdw-setup-m4)
 
 (add-hook 'smalltalk-mode-hook 'mdw-fontify-smalltalk t)
 (add-hook 'smalltalk-mode-hook 'mdw-setup-smalltalk t)