Emacs config
No need for maually changing the font, and ne need for customizing the keymap if we use a US keyboard. |
||
---|---|---|
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