Hacker News new | ask | show | jobs
by dangom 3349 days ago
Exactly. brew install emacs --with-imagemagick@6 --with-dbus --with-mailutils --with-gnutls --with-cocoa --with-ctags --with-librsvg --with-modules --devel
1 comments

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.