Skip to content

Commit

Permalink
Updating Typescript to use Flycheck rather than Flymake
Browse files Browse the repository at this point in the history
add hooks for flycheck while stripping out flymake.

As all other packages are written to depend on flycheck, I thought I would strip it out of this package to let us have a consistent interface in all layers.

Add author.

Cleanup of package.el
  • Loading branch information
Hamish Hutchings committed Sep 8, 2015
1 parent e429d8b commit 6acc830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/!lang/typescript/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(use-package tss
:defer t
:mode ("\\.ts\\'" . typescript-mode)
:init (evil-leader/set-key-for-mode 'typescript-mode
:init (evil-leader/set-key-for-mode 'flycheck-mode
"mgg" 'tss-jump-to-definition
"mhh" 'tss-popup-help)
:config
Expand Down

0 comments on commit 6acc830

Please sign in to comment.