Hacker News new | ask | show | jobs
by stinkytaco 3347 days ago
For compatibility with various emacs add-ons and hooks (like org-capture), I find the one that comes with Homebrew to be the best.
2 comments

Exactly. brew install emacs --with-imagemagick@6 --with-dbus --with-mailutils --with-gnutls --with-cocoa --with-ctags --with-librsvg --with-modules --devel
Do people use dbus on macOS/OS X? How does Emacs integrate with it?
I don't know. Probably not. The reason I install with dbus support is to avoid having packages that rely on it not working, should a package ever rely on it (maybe mu4e notifications? idk). Take imagemagick, for example, you can still display images with Emacs without it, but you can't resize them.
I've been using the Emacs that comes from homebrew with the spacemacs plugin (system? Total conversion?). Not a perfect integration when it comes to images but I stick to text and it's been great.