Fixed tern-auto-complete to load correctly

This commit is contained in:
Andrew Oppenlander 2014-12-18 09:46:46 -05:00 committed by syl20bnr
parent f1187e4bbd
commit f2a406abe6

View file

@ -129,4 +129,4 @@ which require an initialization must be listed explicitly in the list.")
(defun javascript/init-tern-auto-complete ()
(use-package tern-auto-complete
:defer t
:config (tern-ac-setup)))
:init (eval-after-load 'tern '(tern-ac-setup))))