summary refs log tree commit diff
path: root/emacs/etc/elfeed.org (unfollow)
</
Commit message (Collapse)AuthorFilesLines
2022-06-01ref(Makefile): drop go setupFranck Cuny1-7/+1
Change-Id: I55a95b3d358f79ba8f34a9ffecb97d0fbc347272 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/202 Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-31feat(cheeseboard): module to get the list of pizzas from cheeseboardFranck Cuny2-0/+56
To see which pizzas are available this week at cheeseboard within Emacs is a dream come true. What's better than "M-x my/cheeseboard-menu" ?! This displays in a buffer the list of pizzas for the week. It includes the ingredients for the pizza, and hours of operation for that day (since the hours depending on the day of the week).
2022-05-31fix(prog): add support for workspace module to goplsFranck Cuny1-3/+5
I've multiple go modules inside a git repository. Without support for workspaces, gopls is confused and does not work correctly.
2022-05-31fix(git-extra): use cs.fcuny.xyz for my own repositoriesFranck Cuny1-17/+25
I run an instance of sourcegraph on cs.fcuny.xyz for some of my repositories. When using `git-link' on my own code, I want to go there. I refactor some of the code to format the base URL using the hostname, and clean up the directory name in case the repository is coming from a gerrit server (there's a `a/' prefix to the name of the repository that I need to drop).
2022-05-19ref(text): replace dabbrev with hippie-expandFranck Cuny1-4/+3
2022-05-19feat(snippets): add a few more snippetsFranck Cuny3-0/+13
Python and elisp.
2022-05-19yas: change the default keybindingFranck Cuny1-1/+5
2022-05-19corfu: the function `corfu-global-mode` has been renamedFranck Cuny1-1/+1