Remove rule to load JS file

This file was removed and put into the emacs-config project
This commit is contained in:
Tom Willemse 2019-02-26 00:33:48 -08:00
parent e33b9ab37b
commit c5dc9763ab

View file

@ -172,7 +172,6 @@
(with-eval-after-load 'elec-pair (load "oni-elec-pair-init"))
(with-eval-after-load 'eshell (load "oni-eshell-init"))
(with-eval-after-load 'gnus (load "oni-gnus-init"))
(with-eval-after-load 'js (load "oni-js-mode-init"))
(with-eval-after-load 'lui (load "oni-lui-init"))
(with-eval-after-load 'ruby-mode (load "oni-ruby-init"))
(with-eval-after-load 'scheme (load "oni-scheme-init"))