aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2019-07-17 11:25:09 -0700
committerRadon Rosborough <radon.neon@gmail.com>2019-07-17 11:26:52 -0700
commit4e9f797210bd0e3777bf4f973ce137c43b1506fb (patch)
tree7afe1edbd40fd25e34ca9e742343999f45b5e959
parent903d6b810c57be4cdfadc002416aa60f34fe00f6 (diff)
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.)
-rw-r--r--apheleia.el1
1 files changed, 0 insertions, 1 deletions
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)