From 946ccfb2477504111ff35e0ef60b4a89bda71210 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 5 Apr 2020 15:50:58 +0100 Subject: Tidy //emacs TL;DR: - Add README.md that includes instructions on how to install my Emacs - Delete unused Makefile --- emacs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emacs/README.md (limited to 'emacs/README.md') diff --git a/emacs/README.md b/emacs/README.md new file mode 100644 index 000000000000..b4b16b32853f --- /dev/null +++ b/emacs/README.md @@ -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 +``` -- cgit 1.4.1