From a3e1bd51dabb86c9fd6805db5a32ff6c9911d460 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sun, 23 Jun 2024 09:59:45 +0000 Subject: Add information on building emacs --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index d93d2e3..8d36390 100644 --- a/config.org +++ b/config.org @@ -17,6 +17,19 @@ I have consulted [[https://raw.githubusercontent.com/rasendubi/dotfiles/master/R For this initial test, my configuration fails on both counts. All i've done is put every section of elisp into a code block and turned the comments into normal org text. Over time, i hope to expand it into something which ticks both of those boxes. +* Emacs installation +#+begin_src sh :tangle no + BUILD_OPTS=$(emacs \ + --batch \ + --eval "(prin1 system-configuration-options)") + + ./autogen.sh + echo "$BUILD_OPTS" | sed 's/^"\(.*\)"$/\1/' \ + | xargs ./configure + make bootstrap + sudo make install +#+end_src + * Configuration #+begin_src elisp -- cgit 1.4.1-2-gfad0