summaryrefslogtreecommitdiff
path: root/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el
blob: 8cb604ca7227332f028f576c14417766787bb671 (plain)
1
2
3
4
(add-to-list 'load-path "@SITELISP@")
(autoload 'haxe-mode "haxe-mode"
  "Major mode for editing Haxe code." t)
(add-to-list 'auto-mode-alist '("\\.hx\\'" . haxe-mode))