summary refs log tree commit diff
path: root/emacs/custom/my-packages.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(ui): use a theme with nice colors and better fontFranck Cuny2022-11-151-0/+3
| | | | | | | | | The ef-themes are similar to modus, but they have a nicer background color, which is less aggressive than plain white. Switch to iosevka for the font, it's a bit nicer to my taste. Change-Id: I21d482b9530f7d1106937d7e97261856ec8c5e61
* feat(envrc): add a new package: envrcFranck Cuny2022-11-131-0/+1
| | | | | | | This is to Emacs what `direnv` is to my shell. It sources `.envrc` for a project and set variables on a per-buffer basis. Change-Id: Ica2451b17908333c86d708ede29ae7e15d30c60b
* fix(packages): remove tempelFranck Cuny2022-10-241-1/+0
| | | | | | I don't have a need for it yet. Change-Id: I5862fdcba285e85840815020328834528cfd522c
* fix(eshell): drop the bookmark moduleFranck Cuny2022-10-241-3/+0
| | | | Change-Id: Iac8a034c54a0232fc227ed5ca235e55db9d96eaa
* ref(lsp): switch from lsp-mode to eglotFranck Cuny2022-10-171-3/+1
| | | | | | | | | The experimentation was a disaster: lsp-mode was buggy, slow, littering the interface with a lot of things I did not understood or needed. eglot is definitely simpler and works better for me. Change-Id: Ie7e7e6f1c8e7b26aa5cb79d636f3ad53c1493617
* feat(packages): install corfu-docFranck Cuny2022-09-241-0/+1
| | | | Change-Id: I59e41c5a4a8949a2c04aea391eb74f5bbbd71549
* ref(completion): add more packages for completionFranck Cuny2022-09-171-0/+3
| | | | | | Get LSP to work with cape and corfu for the completion. Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93
* feat(packages): install all required packages via straightFranck Cuny2022-09-171-0/+76
Remove all the code related to installing packages, and created a new module that lists all the packages I need to install. This does not seem to be breaking anything so far ... Change-Id: I02f07c6a95bfde55d0897d804ea4d32097a79842