# 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