From 0b64ff5db42121fec07b9e2294af8c46d36aa328 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 8 Feb 2023 15:44:01 -0600 Subject: Initial commit --- examples/emacs | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 examples/emacs (limited to 'examples/emacs') diff --git a/examples/emacs b/examples/emacs new file mode 100644 index 0000000..e7348db --- /dev/null +++ b/examples/emacs @@ -0,0 +1,37 @@ +# misc :: Emacs -*- bash-ts -*- + +# Variables + +SOURCE=git://git.sv.gnu.org/emacs.git +CHECKOUT=emacs-29 + +CONFIGURE_ARGS=( + --prefix="$MISC_INSTALL_PREFIX" + --with-cairo + --with-file-notification=inotify + --with-imagemagick + --with-json + --with-native-compilation=aot # Emacs 29 + --with-tree-sitter=yes # requires tree-sitter + --with-x + --with-x-toolkit=lucid + --with-xinput2 + --with-xml2 + # --with-xwidgets # requires gtk3 + --without-gconf + --without-gsettings +) + +MISC_DEPENDENCIES=( + tree-sitter +) + +# Plan + +install_deps +repo_pull +repo_ready extraclean + +with_repo ./autogen.sh +configure +make_install bootstrap -- cgit 1.4.1-21-gabe81