| Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Iccef9b065eb4bee917b0084fb0b34e76f09223f2
|
|
The way I was setting the path for yasnippets was incorrect: the
variable `yas-snippets-dir' is expectnig a list of path, not a regular
path.
I also need to enable yas globally in order to insert them.
Change-Id: I437d6fcd8a976d1f42a13707008436dc15547d56
Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/203
Reviewed-by: Franck Cuny <franck@fcuny.net>
|
|
Change-Id: I55a95b3d358f79ba8f34a9ffecb97d0fbc347272
Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/202
Reviewed-by: Franck Cuny <franck@fcuny.net>
|
|
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).
|
|
I've multiple go modules inside a git repository. Without support for
workspaces, gopls is confused and does not work correctly.
|
|
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).
|
|
|