1
0
Fork 0

Add magic comment to autoload ‘js2-mode’

This commit is contained in:
Tom Willemse 2019-02-18 22:17:46 -08:00
parent ac2ca972ff
commit c436c82f86

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 20190206003151
;; Version: 20190218221547
;; Package-Requires: (oni-company js2-mode js2-refactor flycheck fill-column-indicator tern company-tern fic-mode)
;; This program is free software; you can redistribute it and/or modify
@ -56,6 +56,7 @@
(add-to-list 'company-backends 'company-tern)
;;;###autoload(with-eval-after-load 'js2-mode (require 'oni-js2-mode))
;;;###autoload(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
(provide 'oni-js2-mode)
;;; oni-js2-mode.el ends here