Emacs config
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 |
||
---|---|---|
eshell | ||
.gitignore | ||
early-init.el | ||
init.el | ||
README.org |
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