Emacs config
Find a file
2023-05-24 17:28:00 +02:00
.gitignore Clean up gitignore 2023-05-01 17:16:17 +02:00
early-init.el Remove package.el and setup straight.el 2021-06-03 16:05:17 +02:00
init.el Replace Flyspell with Jinx 2023-05-24 17:27:36 +02:00
README.org Add instructions to compile from source in the readme 2023-05-24 17:28:00 +02:00

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