doomemacs/modules/editor
Ian Kerins 893b4171b7 tweak(file-templates): remove default JSON template
As described at https://www.json.org/json-en.html, JSON has multiple
top-level forms (at least objects and arrays, and potentially all values
as well, depending on who you ask). Of these, I would not say array is a
good default. I frequently find myself deleting this default, generally
to use an object instead.

Because there is no consistent winner, and because the template is so
trivial, it seems best to simply delete it: the cost of the template not
matching the user's intent outweighs any benefit it stands to deliver
when it does match the user's intent.
2022-03-19 16:14:53 +01:00
..
evil fix(evil): respect users' evil-collection-key-blacklist 2022-02-23 17:49:53 +01:00
file-templates tweak(file-templates): remove default JSON template 2022-03-19 16:14:53 +01:00
fold Fixed the keybind for fold/unfold all 2021-07-29 18:46:08 -05:00
format fix(format): format-all-mode not activating 2021-10-06 13:58:16 +02:00
god bump: :editor 2021-12-13 19:30:42 +01:00
lispy bump: :editor 2021-12-13 19:30:42 +01:00
multiple-cursors fix(multiple-cursors): keybinds for {next,last}-cursor 2022-03-19 16:12:30 +01:00
objed Bump :editor 2020-12-05 16:55:27 -05:00
parinfer fix(parinfer): robust check for shared Rust object 2021-09-29 15:03:36 -07:00
rotate-text docs(rotate-text): add README (#5654) 2021-10-18 01:43:37 +02:00
snippets bump: :editor snippets 2022-01-03 16:51:51 +01:00
word-wrap refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00