de723c142b
Today @tazjin told me about Emacs's built-in project.el library, which he recommended that I extend to support monorepo-specific tooling. It worked like a charm! Now when I press "<leader>f", it will resolve to either the nearest file named default.nix or directory name .git. |
||
---|---|---|
.. | ||
.emacs.d | ||
default.nix | ||
elisp-conventions.md | ||
keybindings.md | ||
README.md | ||
snippets.md |
Emacs
Emacs is one of a handful software projects that I highly value. I consider it
as central to my workflow as git
and nix
.
Installing
If you already have briefcase
on your local file system, run the following
from the top-level briefcase
directory:
$ nix-build -f . -iA emacs.nixos