summaryrefslogtreecommitdiff
path: root/app-emacs/nagios-mode/files/50nagios-mode-gentoo.el
blob: d74ed9de7461493ecea96c7f04c302922943cee3 (plain)
1
2
3
4
(add-to-list 'load-path "@SITELISP@")
(autoload 'nagios-mode "nagios-mode"
  "Major mode for editing Nagios configuration files." t)
;;(add-to-list 'auto-mode-alist '("\\.cfg\\'" . nagios-mode))