mirror of https://github.com/searxng/searxng.git
[emacs] .dir-locals.el: add setup for json-mode
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
2530576f24
commit
5a8fed48c9
|
@ -83,6 +83,11 @@
|
|||
|
||||
(flycheck-checker . yaml-yamllint)))))
|
||||
|
||||
(json-mode
|
||||
. ((eval . (progn
|
||||
(setq-local js-indent-level 2)
|
||||
(flycheck-checker . json-python-json)))))
|
||||
|
||||
(python-mode
|
||||
. ((eval . (progn
|
||||
|
||||
|
|
Loading…
Reference in New Issue