summaryrefslogtreecommitdiff
path: root/app-emacs/actionscript-mode/files/50actionscript-mode-gentoo.el
blob: 15c1aa9352c8de8ec9427c821570a2e12a8c550a (plain)
1
2
3
4
5
6
(add-to-list 'load-path "@SITELISP@")
(autoload 'actionscript-mode "actionscript-mode"
  "Major mode for editing Actionscript files." t)
(add-to-list 'auto-mode-alist '("\\.as\\'" . actionscript-mode))
;; we cannot use require because the file doesn't provide the feature
(with-eval-after-load 'actionscript-mode (load "actionscript-config"))