all repos — nixfiles @ b7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1

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

Emacs: fix TIDE setup

Alan Pearce
commit

b7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1

parent

76d8609d64b33f3ca400915427ba36cd21b24389

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -1000,7 +1000,7 @@ :after (typescript-mode company flycheck)
:ghook ('typescript-mode-hook #'tide-setup) :init (progn (setq tide-completion-setup-company-backend nil) - (flycheck-add-next-checker 'typescript-tide 'javascript-eslint) + (flycheck-add-next-checker 'javascript-tide 'javascript-eslint) (company-set-secondary-backend-for-mode typescript-mode 'company-tide))) ;;;; Reformat on save