summary refs log tree commit diff
path: root/emacs.d/config/fcuny-serializers.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/config/fcuny-serializers.el')
-rw-r--r--emacs.d/config/fcuny-serializers.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/config/fcuny-serializers.el b/emacs.d/config/fcuny-serializers.el
index 64ebb10..76fa6c2 100644
--- a/emacs.d/config/fcuny-serializers.el
+++ b/emacs.d/config/fcuny-serializers.el
@@ -14,9 +14,10 @@
   :after (flycheck flyspell)
   :custom
   (json-reformat:indent-width 2)
+  (js-indent-level 2)
   :hook ((json-mode . flyspell-prog-mode)
          (json-mode . flycheck-mode))
-  :config
+  :init
   (if (fc/check-work-machine-p)
     (add-to-list 'auto-mode-alist '("\\.workflow$" . json-mode))))