From 4e9f797210bd0e3777bf4f973ce137c43b1506fb Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Wed, 17 Jul 2019 11:25:09 -0700 Subject: Remove json-mode from apheleia-mode-alist It turns out json-mode is actually derived from js-mode, and I prefer not to put derived modes in the alist. (This is because if you happen to change the value for a derived mode, and the derived mode comes later in the alist than the parent mode, then your change won't take effect.) --- apheleia.el | 1 - 1 file changed, 1 deletion(-) diff --git a/apheleia.el b/apheleia.el index 9c5ad6a..8b189c8 100644 --- a/apheleia.el +++ b/apheleia.el @@ -437,7 +437,6 @@ commands, lists of strings and symbols, in the format of (go-mode . gofmt) (js-mode . prettier) (js3-mode . prettier) - (json-mode . prettier) (html-mode . prettier) (python-mode . black) (sass-mode . prettier) -- cgit v1.0