Tidy //emacs
TL;DR: - Add README.md that includes instructions on how to install my Emacs - Delete unused Makefile
This commit is contained in:
parent
8562bf5b5a
commit
946ccfb247
2 changed files with 13 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
install:
|
|
||||||
# TODO: I'd rather support `nix-env -f '<universe>' -iA emacs`, but at the
|
|
||||||
# moment this fails. I think it's failing because of the way I'm using
|
|
||||||
# readTree. I will need to investigate this further.
|
|
||||||
nix-env -f . -i
|
|
13
emacs/README.md
Normal file
13
emacs/README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ nix-build -f . -iA emacs.nixos
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue