Fork me on GitHub
#emacs
<
2021-02-11
>
ag02:02:57

@jr0cket John, emacs-plus@28 homebrew formula (since recently) includes --with-native-comp option.

👍 12
practicalli-johnny05:02:50

Really useful, thank you.

Yehonathan Sharvit11:02:11

What’s the exact command line to install a stable emacs version via homebrew? Should I include --with-native-comp?

🤷 4
grazfather16:02:59

Are you really not able to just… try?

ag17:02:25

> install a stable emacs native-comp is an experimental feature. First you need to tap it brew tap d12frosted/emacs-plus and then depending of what you want, do something like: brew install emacs-plus@28 --with-native-comp I for example built it with xwidget support as well

👍 3
Yehonathan Sharvit05:02:20

I just installed it. How do I tell this emacs instance to use my emacs.d (so that it runs spacemacs)?

tvirolai06:02:02

Note that unfortunately Emacs 28 seems to be currently incompatible with for example evil-mode and org-mode: https://github.com/hlissner/doom-emacs/issues/4534.

grazfather18:02:33

Is there a list somewhere I can see the differences between 27 and 28?

Bret Horne18:02:45

C-h n can bring up news and changes for your version of emacs. Otherwise you can find news files in etc in the emacs repo. https://github.com/emacs-mirror/emacs/tree/master/etc dont see 28 there in the mirror yet though.

grazfather19:02:55

Thank you both 🙂