This commit is contained in:
contrapunctus 2021-11-20 01:23:49 +05:30
parent 85e401f4ed
commit 728476fbe8
1 changed files with 3 additions and 1 deletions

View File

@ -3668,8 +3668,10 @@ Potentially useful - https://www.draketo.de/software/emacs-javascript.html
(use-package js2-refactor
:hook (js2-mode-hook . js2-refactor-mode))
(use-package tern)
(use-package company-tern
:load-path "~/.emacs.d/elisp-git/company-tern"
:load-path "~/.emacs.d/elisp-git/company-tern/"
:init (add-to-list 'company-backends 'company-tern))
(use-package skewer-mode