What does HackerNews think of build-emacs-for-macos?
Somewhat hacky script to automate building of Emac.app on macOS.
Note: this was on an Intel mac; anyone with an M1 tried this yet?
I did run into some problems with some newer packages on the GNU ELPA. (Specifically consult, marginalia, and vertico by github.com/minad) Straight.el complained about not being able to find the packages. Any suggestions on what I might try to fix this?
Unfortunately it keeps locking up my entire computer so might not be a goer just yet.
https://github.com/jimeh/build-emacs-for-macos
The author curates a list of "known good" commits to the feature/native-comp branch so you don't waste your time with bad builds:
I'm using the native-compiled branch of emacs28 on macOS (see https://github.com/jimeh/build-emacs-for-macos). I'm using spacemacs, so I don't know how helpful my config will be, but for python I'm using lsp-mode with pyright on the backend.
I've been using emacs for ~2yrs, and there were a lot of things I loved about it, but code completion has always been mediocre until now.