Emacs config
My custom function to search org-roam notes with ripgrep is not needed anymore, it is nearly the same as consult-org-roam-search provided by this package. |
||
---|---|---|
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