all repos — nixfiles @ 7175d1e6b248a6011a1847d7f7f041d7409a4dd9

System and user configuration, managed by nix and home-manager

Emacs: Use correct package name for company-tern
Alan Pearce alan.pearce@spotcap.com
Thu, 01 Oct 2015 09:58:15 +0200
commit

7175d1e6b248a6011a1847d7f7f041d7409a4dd9

parent

415e99e9e0d5cbc5d31b8c7d1bf44081574008ba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1949,7 +1949,7 @@ (defun ap/enable-tern ()                 (tern-mode 1))
               (add-hook 'js2-mode-hook #'ap/enable-tern)))
 
-  (req-package tern-company
+  (req-package company-tern
     :require (tern company))
 #+END_SRC