summary refs log tree commit diff
path: root/emacs/etc/snippets (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-31feed: moar feedsFranck Cuny1-0/+3
Change-Id: Id3f00ba8897bb1ce621e47cefdb5c160e1076d59
2023-01-31ref(org-mode): a number of tweaksFranck Cuny3-25/+15
- 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(eshell): remove unnecessary variablesFranck Cuny1-10/+1
Some of the variables where related to eshell-smart, which I don't use. Change-Id: If983883a3275b6f6de58c56105c2fbea1c388c20
2023-01-22ref(completion): replace corfu-doc with corfu-popupinfoFranck Cuny1-4/+11
corfu-doc is deprecated and corfu-popupinfo is what is recommended to use. Change-Id: I6039d91839276f75e93551bc84ce56bcb872be1d
2023-01-22fix(markdown): workaround related to imenuFranck Cuny1-0/+8
There is a bug with the markdown mode where imenu does not work when native compilation is used. This is a workaround recommended on the issue tracker. Change-Id: I171f942ef7848e34e382b7896af03750b41f3721
2023-01-22ref(ui): use standard-themeFranck Cuny2-3/+33
It's like the standard color scheme but better. Change-Id: Ida8f5c3dc53708c1aa0284b70474d3d810334171
2023-01-22ref(packages): stop using straight.elFranck Cuny2-76/+95
The default package manager is good enough for my need. Change-Id: I830f1fa6b27ba89b2b01ae3cede5763d2f9d5960
2023-01-18ref(python): use ipython as the interpreterFranck Cuny1