| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-03-23 | rename a few more libraries | Franck Cuny | 1 | -48/+0 | |
| 2022-03-21 | conf: make it work with flymake | Franck Cuny | 1 | -10/+8 | |
| 2022-02-03 | config: the package is 'chef-mode' | Franck Cuny | 1 | -1/+1 | |
| 2022-02-03 | config: add package for chef | Franck Cuny | 1 | -0/+3 | |
| 2022-02-03 | config: add modes for hashistack | Franck Cuny | 1 | -0/+11 | |
| That includes terraform and hcl. | |||||
| 2021-10-26 | emacs: enable a couple of hooks for systemd-mode | Franck Cuny | 1 | -1/+3 | |
| Enable `flyspell-prog-mode` in order to get suggestions for spelling errors. Enable `company-mode` to get completion at point for unit and network directives. | |||||
| 2021-10-11 | emacs: strict regex for PROJECT file | Franck Cuny | 1 | -1/+1 | |
| Since on macOS the filesystem is not case insensitive, it means that a file named `projects.org` will be associated with YAML if the regexp is only `PROJECT`. Making the regexp more strict fixes this issue. | |||||
| 2021-10-02 | emacs: load the required module | Franck Cuny | 1 | -0/+2 | |
| 2021-01-04 | emacs: rename the directory | Franck Cuny | 1 | -0/+0 | |
| 2020-11-08 | emacs: add package for systemd | Franck Cuny | 1 | -0/+3 | |
| 2020-05-08 | [emacs] treat PROJECT files as YAML | Franck Cuny | 1 | -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-15 | emacs: consolidate configuration for conf-mode | Franck Cuny | 1 | -3/+12 | |
| 2019-09-27 | [emacs] new package: jq-format | Franck Cuny | 1 | -0/+3 | |
| this is useful to format a json buffer using jq. | |||||
| 2019-08-29 | [emacs] fix configuration for json | Franck Cuny | 1 | -2/+2 | |
| there's no `json-mode`, only `js-mode`. | |||||
| 2019-02-17 | [Emacs] Rename `common.el` to `defuns.el`. | Franck Cuny | 1 | -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 Cuny | 1 | -0/+14 | |
| This is actually an easier thing to maintain. | |||||
