Emacs¶
Installing on macOS¶
emacs-plus¶
With brew, we can either install the default emacs
formula or the
more featureful homebrew-emacs-plus formula, which has more enabled
features, such as support computing image size, which is in turn useful
for org-mode so we can use things like #+ATTR_ORG: :width 600
for
instance.
$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus