emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
ag 2021-02-11T02:11:57.053300Z

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

👍 3
Yehonathan Sharvit 2021-02-11T11:56:11.055100Z

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

🤷 1
Yehonathan Sharvit 2021-02-11T15:59:43.055400Z

@ag ^^ ?

grazfather 2021-02-11T16:14:59.055600Z

Are you really not able to just… try?

ag 2021-02-11T17:09:25.055800Z

> 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

👍 1
Yehonathan Sharvit 2021-02-12T05:23:20.058600Z

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

tvirolai 2021-02-12T06:36:02.058800Z

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.

practicalli-john 2021-02-11T05:02:50.053700Z

Really useful, thank you.

grazfather 2021-02-11T18:39:33.056400Z

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

Bret Horne 2021-02-11T18:43:45.057100Z

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.

grazfather 2021-02-11T19:05:55.057800Z

Thank you both 🙂