Emacs config
Find a file
Dimitri Lozeve 7e98d8aec4 Replace straight with elpaca
Squashed commit of the following:

commit 76a4350c0088ae81658ffd3446a18a38816ccf7d
Author: Dimitri Lozeve <dimitri@lozeve.com>
Date:   Mon Jul 8 08:41:08 2024 +0200

    Set eat shortcut

commit c034d293dfd1de54590753315d8e94ba52e1607e
Author: Dimitri Lozeve <dimitri@lozeve.com>
Date:   Sun Jul 7 23:30:02 2024 +0200

    Update gitignore

commit 4acd8064206ea07a0d68f904e2121d75203880ab
Author: Dimitri Lozeve <dimitri@lozeve.com>
Date:   Sun Jul 7 23:29:10 2024 +0200

    Fix transient + magit + forge

commit bfda28aa96c0a2696e1ccb4d81839af916ea5aff
Author: Dimitri Lozeve <dimitri@lozeve.com>
Date:   Sun Jul 7 23:13:37 2024 +0200

    Replace straight with elpaca
2024-07-22 11:33:01 +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 Replace straight with elpaca 2024-07-22 11:33:01 +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