From 7175d1e6b248a6011a1847d7f7f041d7409a4dd9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 1 Oct 2015 09:58:15 +0200 Subject: Emacs: Use correct package name for company-tern --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ccbfb36..39bedb6 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1949,7 +1949,7 @@ completions, besides other IDE-like things. (tern-mode 1)) (add-hook 'js2-mode-hook #'ap/enable-tern))) - (req-package tern-company + (req-package company-tern :require (tern company)) #+END_SRC -- cgit 1.4.1