Emacs config
Find a file
2024-08-07 22:06:41 +02:00
eshell Update eshell config 2024-06-16 19:04:17 +02:00
.gitignore Replace straight with elpaca 2024-07-22 11:33:01 +02:00
early-init.el Remove package.el and setup straight.el 2021-06-03 16:05:17 +02:00
init.el Improve exif metadata update functions 2024-08-07 22:06:41 +02:00
README.org Update build instructions to use mailutils 2023-08-28 11:58:44 +02:00

Emacs config

Compiling Emacs from source

./autogen.sh
./configure --prefix=$HOME/.local \
	    --with-native-compilation=aot \
	    --with-modules --with-tree-sitter --with-mailutils \
	    --with-pgtk --with-json --with-rsvg \
	    CFLAGS='-O3 -march=native -mtune=native'
make -j
make check
src/emacs -Q
make install