summary refs log tree commit diff
path: root/emacs/etc/snippets (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-18feat(snippets/markdown): start a new blog entryFranck Cuny1-0/+12
Change-Id: I3755125e455f0fe08bca22deeb21dd470358b087
2022-11-21ref(ui): switch back to simpler themes/fontsFranck Cuny3-36/+4
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-15fix(eshell): don't set the color for the promptFranck Cuny1-1/+2
Change-Id: I43a450d0d0c5d109aadcf6dd6961cdf719d49121
2022-11-15feat(org): enable variable-pitch-modeFranck Cuny1-0/+1
Change-Id: I939626a4f5350d478a2512d8570c4f541fe81066
2022-11-15meta: ignore the content of `straight`Franck Cuny1-0/+1
Change-Id: I01dae985e603f5041c8874cf20699b217ebc0382
2022-11-15ref(ui): use a theme with nice colors and better fontFranck Cuny2-4/+51
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-15fix(completion): follow the documentation for eshell integrationFranck Cuny1-0/+17
Change-Id: Id92adf55cc75467b4ea7f98709cf8769f1ad6c2f
2022-11-15fix(eshell): don't set the foreground colorFranck Cuny1-6/+1
Let the theme handle that. Change-Id: I9a1b5ec6d48e0f059a15c8632411204c141ade07
2022-11-15fix(eshell): use correct functionFranck Cuny1-2/+2
`point-at-bol` is deprecated and `pos-bol` is recommended. Change-Id: I2a447ca5832ac52af15cf37708308368bb006cb8
2022-11-13feat(envrc): add a new package: envrcFranck Cuny2-0/+4
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-11-13ref(elisp/gerrit): remove module related to gerritFranck Cuny2-77/+0
I'm not using gerrit anymore, I don't need to keep this around. Change-Id: I764a1a54a3653582d8fd5539ad6db7a4b9697d82
2022-10-24ref(git): organize the module in settings, bindings and hooksFranck Cuny1-7/+25
Add a few more settings for magit, to expand some of the sections, and to open the buffer for status in a full frame. Change-Id: Ic3e158b21b03416b4549acd338cc985195a4901a
2022-10-24fix(packages): remove tempelFranck Cuny1-1/+0
I don't have a need for it yet. Change-Id: I5862fdcba285e85840815020328834528cfd522c
2022-10-24ref(eshell): remove the function `my/eshell-here'Franck Cuny1-17/+0
I prefer to open a shell using project.el. Change-Id: I4b1c533f58955207228e703ca4da567fa89622d9
2022-10-24fix(eshell): remove two unused functionsFranck Cuny1-48/+0
The first one was to track how long commands take to complete. This is not really useful to me at this point. The second one was to open a directory at point. I also don't use this. Chan