summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-json.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] new package: jq-formatFranck Cuny2019-09-271-0/+3
| | | | this is useful to format a json buffer using jq.
* [emacs] fix configuration for jsonFranck Cuny2019-08-291-2/+2
| | | | there's no `json-mode`, only `js-mode`.
* [Emacs] Rename `common.el` to `defuns.el`.Franck Cuny2019-02-171-1/+1
| | | | | | | The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-161-0/+14
This is actually an easier thing to maintain.