summary refs log tree commit diff
path: root/emacs/elisp/my-cheeseboard.el (unfollow)
Commit message (Collapse)AuthorFilesLines
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-0/+1
Change-Id: I034fa42542277ce41aabcfd03e2086da80dd97dd
2023-01-18ref(ui): use the default color schemeFranck Cuny2-19/+3
The theme for modus evolves constantly and is hard to keep up with (it's not the first time I have issues with it). The default color scheme is "good enough", and I revert it to use a dark background. Change-Id: I0e0c984fb5fb3933cdcfdbda12e61ae391e0272f
2023-01-18feat(elfeed): more feedsFranck Cuny1-3/+9
Change-Id: I40f8252acd7410c58b4eb612b6a9c1339f2501f4
2023-01-18fix(snippets/python): add the main functionFranck Cuny1-0/+3
Chan