summaryrefslogtreecommitdiff
path: root/emacs/elisp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-10my-uptime: rename the function to `my/uptime-is`Franck Cuny1-3/+3
Using the prefix `my/` is more consistent with my other functions.
2022-05-04my-uptime: new module to calculate availabilityFranck Cuny1-0/+55
For a given SLO, calculate what's the allowed downtime for different time period.
2022-04-17add nix to the languages for github searchFranck Cuny1-1/+1
2022-03-25work: add function to search on sourcegraphFranck Cuny1-0/+11
2022-03-25web-extra: function to do a search on githubFranck Cuny1-1/+12
2022-03-25git-extra: fix docstringFranck Cuny1-1/+1
2022-03-24packages: extra functions related to package.elFranck Cuny1-0/+65
2022-03-23this should be the last mass refactorFranck Cuny3-24/+68
2022-03-23functions: move custom functions to librariesFranck Cuny4-0/+81
2022-03-23init: simplify loading librariesFranck Cuny1-0/+10