summaryrefslogtreecommitdiff
path: root/emacs/custom/my-packages.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-01🤡Franck Cuny1-108/+0
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
2023-02-21feat(conf/fish): add fish-modeFranck Cuny1-0/+1
Change-Id: Ia7a9e8ec626be6920ad63f1eb2b965445f5b3452
2023-01-31ref(org-mode): a number of tweaksFranck Cuny1-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
2023-01-22ref(packages): stop using straight.elFranck Cuny1-64/+93
The default package manager is good enough for my need. Change-Id: I830f1fa6b27ba89b2b01ae3cede5763d2f9d5960
2022-11-21ref(ui): switch back to simpler themes/fontsFranck Cuny1-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
2022-11-15ref(ui): use a theme with nice colors and better fontFranck Cuny1-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
2022-11-13feat(envrc): add a new package: envrcFranck Cuny1-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
2022-10-24fix(packages): remove tempelFranck Cuny1-1/+0
I don't have a need for it yet. Change-Id: I5862fdcba285e85840815020328834528cfd522c
2022-10-24fix(eshell): drop the bookmark moduleFranck Cuny1-3/+0
Change-Id: Iac8a034c54a0232fc227ed5ca235e55db9d96eaa
2022-10-17ref(lsp): switch from lsp-mode to eglotFranck Cuny1-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
2022-09-24feat(packages): install corfu-docFranck Cuny1-0/+1
Change-Id: I59e41c5a4a8949a2c04aea391eb74f5bbbd71549
2022-09-17ref(completion): add more packages for completionFranck Cuny1-0/+3
Get LSP to work with cape and corfu for the completion. Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93
2022-09-17feat(packages): install all required packages via straightFranck Cuny1-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