summaryrefslogtreecommitdiff
path: root/emacs/custom/my-conf.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-01🤡Franck Cuny1-32/+0
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
2022-04-29conf: swarp's metadata file is in YAMLFranck Cuny1-4/+5
2022-04-27my-conf: flyspell config is in my-testFranck Cuny1-3/+0
2022-04-27my-conf: binding to format JSON buffersFranck Cuny1-3/+10
2022-04-26conf: simplifyFranck Cuny1-41/+12
2022-04-14replace company with corfuFranck Cuny1-2/+1
2022-04-08conf: configure CSSFranck Cuny1-0/+5
2022-03-23this should be the last mass refactorFranck Cuny1-1/+0
2022-03-23rename a few more librariesFranck Cuny1-5/+10
2022-03-21conf: make it work with flymakeFranck Cuny1-10/+8
2022-02-03config: the package is 'chef-mode'Franck Cuny1-1/+1
2022-02-03config: add package for chefFranck Cuny1-0/+3
2022-02-03config: add modes for hashistackFranck Cuny1-0/+11
That includes terraform and hcl.
2021-10-26emacs: enable a couple of hooks for systemd-modeFranck Cuny1-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-11emacs: strict regex for PROJECT fileFranck Cuny1-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-02emacs: load the required moduleFranck Cuny1-0/+2
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.