Skip to content

Commit

Permalink
fix(haxe-mode.el): add autoload to auto-mode-alist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 30, 2022
1 parent cc5ee20 commit 4d51bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
nil
(setq haxe-mode-map (c-make-inherited-keymap)))

;;;###autoload
(add-to-list 'auto-mode-alist '("\\.hx\\'" . haxe-mode))

;; Tell compilation-mode how to parse error messages. You need to set
Expand Down

0 comments on commit 4d51bd4

Please sign in to comment.