From 9f28591ee26426351519a9980d555dfb1535c0ca Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 30 Jul 2024 15:19:59 +0200 Subject: [PATCH] add instructions to install crafted-emacs. --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 37feeb3..eebe577 100644 --- a/README.org +++ b/README.org @@ -19,6 +19,12 @@ observation. In practice it are all diffferent trade-offs. I think this setup will also make it easier to package up my emacs config as a GUIX package for distribution over my PCs. +This config also needs [[https://github.com/SystemCrafters/crafted-emacs][Crafted Emacs]] as a base : + +#+BEGIN_SRC shell + git clone https://github.com/SystemCrafters/crafted-emacs.git ~/.local/share/crafted-emacs +#+END_SRC + * TODOS