This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-03
Channels
- # aleph (2)
- # announcements (6)
- # babashka (6)
- # beginners (106)
- # biff (8)
- # clara (24)
- # clj-kondo (10)
- # clj-otel (4)
- # cljdoc (2)
- # clojure (54)
- # clojure-conj (3)
- # clojure-europe (85)
- # clojure-norway (54)
- # clojure-uk (3)
- # clojurescript (27)
- # community-development (2)
- # data-science (1)
- # datahike (2)
- # datomic (11)
- # deps-new (67)
- # emacs (4)
- # graalvm (15)
- # hyperfiddle (11)
- # introduce-yourself (1)
- # lsp (6)
- # malli (30)
- # midje (4)
- # nrepl (13)
- # off-topic (86)
- # polylith (7)
- # releases (2)
- # sql (10)
newbie qn here, but for folks using macports and on a mac, any opinions on emacs-mac-app
, vs emacs-app
?
I'm not a regular mac user, but sometimes have been forced to use one for work and I tend to download this https://emacsformacos.com/ and my linux config mostly just works (with a few things that I've had to customise like paths to aspell
, etc)
I get my copy of Emacs using Homebrew (https://brew.sh/). I’m pretty sure that this installs the same version of Emacs that you can get from (https://emacsformacos.com/). Once you have Homebrew installed, you can install Emacs like this:
brew install --cask emacs
https://github.com/d12frosted/homebrew-emacs-plus is used for Emacs by engineers at my current job, its very easy to configure with options,e.g native-comp, xwidgets to embed portal, etc. (and even choose a desktop launcher icon if you wish)