276 B
276 B
Emacs config
Compiling Emacs from source
./autogen.sh
./configure --prefix=$HOME/.local --with-native-compilation=aot --with-modules --with-pgtk --with-json --with-rsvg CFLAGS='-O3 -march=native -mtune=native'
make -j
src/emacs -Q
make install