summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-10-01 09:58:15 +0200
committerAlan Pearce2015-10-01 09:58:15 +0200
commit7175d1e6b248a6011a1847d7f7f041d7409a4dd9 (patch)
tree068ee76d9b69b702eeb5ee52e1c6c8d9a875d278 /tag-emacs
parent415e99e9e0d5cbc5d31b8c7d1bf44081574008ba (diff)
downloaddotfiles-7175d1e6b248a6011a1847d7f7f041d7409a4dd9.tar.lz
dotfiles-7175d1e6b248a6011a1847d7f7f041d7409a4dd9.tar.zst
dotfiles-7175d1e6b248a6011a1847d7f7f041d7409a4dd9.zip
Emacs: Use correct package name for company-tern
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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