mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Refactor company integration
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
:config
|
||||
(after! company
|
||||
(require 'company-tern)
|
||||
(add-company-backend! js2-mode (tern))))
|
||||
(define-company-backend! js2-mode (tern))))
|
||||
|
||||
(use-package unityjs-mode
|
||||
:mode "/Assets/.*\\.js$"
|
||||
|
Reference in New Issue
Block a user