Emacs config
Find a file
2024-01-14 15:18:03 +01:00
eshell Save eshell aliases 2023-10-08 22:09:34 +02:00
.gitignore Save eshell aliases 2023-10-08 22:09:34 +02:00
early-init.el Remove package.el and setup straight.el 2021-06-03 16:05:17 +02:00
init.el Add global-hi-lock-mode 2024-01-14 15:18:03 +01: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