2020-04-05 16:50:58 +02:00
|
|
|
# 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
|
|
|
|
|
2021-12-24 00:30:31 +01:00
|
|
|
If you already have `depot` on your local file system, run the following from
|
|
|
|
the top-level `depot` directory:
|
2020-04-05 16:50:58 +02:00
|
|
|
|
|
|
|
```shell
|
2021-12-24 00:30:31 +01:00
|
|
|
$ nix-env -iA users.wpcarro.emacs.nixos
|
2020-04-05 16:50:58 +02:00
|
|
|
```
|
2022-02-08 21:09:07 +01:00
|
|
|
|
|
|
|
Test edit (from depot).
|