Pavel Raiskup 554aad
;; Activate autoconf-mode
Pavel Raiskup 554aad
Pavel Raiskup 554aad
;; Uncomment the following code if you feel that autoconf-mode.el does better
Pavel Raiskup 554aad
;; job than Emacs's default autoconf.el.
Pavel Raiskup 554aad
Pavel Raiskup 554aad
;; (autoload 'autoconf-mode "autoconf-mode"
Pavel Raiskup 554aad
;;           "Major mode for editing autoconf files." t)
Pavel Raiskup 554aad
;; (setq auto-mode-alist
Pavel Raiskup 554aad
;;       (cons '("\.ac\'\|configure\.in\'" . autoconf-mode)
Pavel Raiskup 554aad
;;             auto-mode-alist))
Pavel Raiskup 554aad
Pavel Raiskup 554aad
;; Activate autotest-mode
Pavel Raiskup 554aad
(autoload 'autotest-mode "autotest-mode"
Pavel Raiskup 554aad
         "Major mode for editing autotest files." t)
Pavel Raiskup 554aad
(setq auto-mode-alist
Pavel Raiskup 554aad
      (cons '("\.at\'" . autotest-mode) auto-mode-alist))