Nick Ali
Nick Ali
Think it would help if there were more specific installation instructions. For example: "To install the dark theme, put this in your init.el: ` (use-package spacemacs-theme :ensure t) (load-theme 'spacemacs-dark...
Pulling commit [79b8b6c](https://github.com/emacs-mirror/emacs/commit/79b8b6ca45ad707d86244882430e275efd95cdb9) from emacs:feature/native-comp builds and runs fine.
@brotzeit I tried it with a fresh clone. I still get the same error.
Quick update. I just did a git pull and ran the following commands. It works now. export LDFLAGS=-L/usr/local/Cellar/libgccjit/10.2.0_1/lib/gcc/10 ./autogen.sh ./configure --with-native-compilation make -j 6 Without the LDFLAGS command, it can't...
Not really sure if this is any help, below is how I got [master](https://github.com/emacs-ng/emacs-ng/tree/99d0df3e1a839f26709ce08ca38823c74b5a8ce2) to build and run. This is running Homebrew gcc 11.1.0. ```shell export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:${PATH}" export CFLAGS=-I/usr/local/Cellar/gcc/11.1.0/include export...
I'm on an Intel Mac Pro running Monterey. ```python -m pip install -r requirements.txt``` worked for me.
Does the .env file exist?
I don't think you need to specify the file you want ingested. It will automatically ingest everything in the source_documents directory.
Try just ``` python ingest.py ```
Is supporting aliases in .zshrc still on the roadmap?