Add magic comment to autoload ‘js2-mode’
This commit is contained in:
parent
ac2ca972ff
commit
c436c82f86
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue