summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-conf.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2020-11-08emacs: add package for systemdFranck Cuny1-0/+3
2020-05-08[emacs] treat PROJECT files as YAMLFranck Cuny1-0/+3
These files are used at Twitter to define how to manage a project (for code reviews, etc). They are regular YAML file.
2020-03-15emacs: consolidate configuration for conf-modeFranck Cuny1-3/+12
2019-09-27[emacs] new package: jq-formatFranck Cuny1-0/+3
this is useful to format a json buffer using jq.
2019-08-29[emacs] fix configuration for jsonFranck Cuny1-2/+2
there's no `json-mode`, only `js-mode`.
2019-02-17[Emacs] Rename `common.el` to `defuns.el`.Franck Cuny1-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.
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+14
This is actually an easier thing to maintain.