summary refs log tree commit diff
path: root/emacs.d/config/fcuny-json.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/config/fcuny-json.el')
-rw-r--r--emacs.d/config/fcuny-json.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs.d/config/fcuny-json.el b/emacs.d/config/fcuny-json.el
deleted file mode 100644
index 91c682b..0000000
--- a/emacs.d/config/fcuny-json.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(eval-when-compile
-  (require 'use-package))
-
-(use-package json-mode
-  :ensure t
-  :config
-  (setq json-reformat:indent-width 2)
-  (if (fc/check-work-machine-p)
-    (add-to-list 'auto-mode-alist '("\\.workflow$" . json-mode))))
-
-(provide 'fcuny-json)