Fixes flycheck support in jsonnet files

This commit is contained in:
Vikash Balasubramanian 2019-07-05 20:52:29 -04:00 committed by duianto
parent 7c3d211726
commit 5def0eaae5
2 changed files with 3 additions and 1 deletions

View File

@ -1680,6 +1680,8 @@ Other:
- Added missing optional argument for the =jabber-alert-echo= function to fix
=wrong-number-of-arguments= error when jabber receives a new notification
(thanks to Aleksei Fedotov)
**** Jsonnet
- Fixed flycheck support in jsonnet files (thanks to Vikash Balasubramanian)
**** Java
- Added support for multiple backends. Supported backends are: =meghanada=,
=eclim= and =ensime=. The default backend is =meghanada=.

View File

@ -15,7 +15,7 @@
flycheck
))
(defun javascript/post-init-flycheck ()
(defun jsonnet/post-init-flycheck ()
(spacemacs/enable-flycheck 'jsonnet-mode))
(defun jsonnet/init-jsonnet-mode ()