Skip to content

Commit

Permalink
Merge pull request #7 from tee3/devel-fix-autoload
Browse files Browse the repository at this point in the history
Add autoload for b2-mode.
  • Loading branch information
tee3 authored May 15, 2022
2 parents 26bab12 + 0973e9c commit d728232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions b2-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
;;;###autoload
(add-to-list 'auto-mode-alist '("[Jj]am\\(base\\|root\\|file\\)\\'" . b2-mode))

;;;###autoload
(define-derived-mode b2-mode prog-mode "B2"
"A simple major mode for B2 (Boost.Build) files."
:syntax-table b2-mode-syntax-table
Expand Down

0 comments on commit d728232

Please sign in to comment.