This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-11
Channels
- # announcements (6)
- # babashka (61)
- # beginners (85)
- # calva (21)
- # cider (6)
- # clara (9)
- # clj-http (1)
- # clj-kondo (35)
- # cljfx (6)
- # clojure (91)
- # clojure-australia (11)
- # clojure-europe (23)
- # clojure-italy (7)
- # clojure-losangeles (2)
- # clojure-nl (27)
- # clojure-uk (107)
- # clojurescript (4)
- # community-development (1)
- # cursive (69)
- # emacs (12)
- # fulcro (29)
- # graalvm (25)
- # honeysql (10)
- # hugsql (3)
- # integrant (13)
- # jobs (4)
- # kaocha (3)
- # keechma (1)
- # lambdaisland (3)
- # leiningen (2)
- # meander (17)
- # mount (3)
- # observability (1)
- # off-topic (86)
- # pathom (3)
- # polylith (2)
- # practicalli (14)
- # reitit (14)
- # shadow-cljs (61)
- # startup-in-a-month (1)
- # tools-deps (9)
- # vim (54)
- # xtdb (16)
@jr0cket John, emacs-plus@28 homebrew formula (since recently) includes --with-native-comp
option.
Really useful, thank you.
What’s the exact command line to install a stable emacs version via homebrew? Should I include --with-native-comp
?
Are you really not able to just… try?
> 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
I just installed it. How do I tell this emacs instance to use my emacs.d (so that it runs spacemacs)?
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.
Is there a list somewhere I can see the differences between 27 and 28?
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.
Thank you both 🙂