summary refs log tree commit diff
path: root/emacs/custom/my-packages.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(conf/fish): add fish-modeFranck Cuny2023-02-211-0/+1
| | | | Change-Id: Ia7a9e8ec626be6920ad63f1eb2b965445f5b3452
* ref(org-mode): a number of tweaksFranck Cuny2023-01-311-0/+3
| | | | | | | | | | | | | - use org-cliplink to add bookmarks - remove the sequence for TO-READ/READING/READ since I don't use it - remove a projects.org since all tasks end up in tasks.org with tagging. This was adding a layer of complexity I don't need - move habits to tasks.org - add a capture template for TIL (today-I-learned) - remove the heading decorations for the theme, I don't like the way it looks Change-Id: I6e25015ec91242cc8b8797a92767a1afa9c08a96
* ref(packages): stop using straight.elFranck Cuny2023-01-221-64/+93
| | | | | | The default package manager is good enough for my need. Change-Id: I830f1fa6b27ba89b2b01ae3cede5763d2f9d5960
* ref(ui): switch back to simpler themes/fontsFranck Cuny2022-11-211-3/+0
| | | | | | | | | | I prefer the simplicity of Source Code Pro as a font, it's less fancy but also more readable to me. I also can't get used to variable pitch for org-mode, I still prefer a monospace font. Change-Id: If174c656309ee29fa80e1610571ff711ed9de6a3
* 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