/homebrew-emacs-plus

Emacs Plus formulae for the Homebrew package manager

Primary LanguageRubyMIT LicenseMIT

Banner

Emacs Plus

Emacs 30 CI Status Badge Emacs 29 CI Status Badge Emacs 28 CI Status Badge Emacs 27 CI Status Badge Emacs 26 CI Status Badge

About

Screenshot

Emacs+ is → GNU Emacs formulae for macOS → Homebrew package manager. It offers a wide range of extra functionality over regular → Emacs package. Emacs+ intent is to give the most of ‘plus’ stuff by default, leaving only controversial options as opt-in. Please refer to → Options section for more information.

$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus    [options] # install the latest release (Emacs 29)
$ brew install emacs-plus@30 [options] # install Emacs 30 (master)
$ brew install emacs-plus@29 [options] # install Emacs 29
$ brew install emacs-plus@28 [options] # install Emacs 28
$ brew install emacs-plus@27 [options] # install Emacs 27
$ brew install emacs-plus@26 [options] # install Emacs 26

Feel free to open an issue or contact me via email if you face any issues, questions or feature requests. I love pull requests, so do send them. You might want to check → Development guidelines to have better understanding on how to contribute.

Table of Contents

Install

Emacs Plus contains separate formulas for different Emacs versions:

  • emacs-plus install current release version (Emacs 29);
  • emacs-plus@30 install Emacs 30, development version.
  • emacs-plus@29 install Emacs 29, current version.
  • emacs-plus@28 install Emacs 28, previous release version.
  • emacs-plus@27 install Emacs 27, previous release version;
  • emacs-plus@26 install Emacs 26, previous release version;
    $ brew tap d12frosted/emacs-plus
    $ brew install emacs-plus    [options] # install the latest release (Emacs 29)
    $ brew install emacs-plus@30 [options] # install Emacs 30
    $ brew install emacs-plus@29 [options] # install Emacs 29
    $ brew install emacs-plus@28 [options] # install Emacs 28
    $ brew install emacs-plus@27 [options] # install Emacs 27
    $ brew install emacs-plus@26 [options] # install Emacs 26
        

By default (without any addition options) this formula install Cocoa version of Emacs with support of gnutls, imagemagick (not included by default with emacs-plus@29 and emacs-plus@30), librsvg, libxml2, dynamic modules and multicolor fonts. Please see the list of available options to disable any bit of default behaviour or add even more stuff.

Installing from feature branch

Sometimes you might want to install from a feature branch. In that case you can switch the branch in the tap and install Emacs+ again.

Prerequisites are:

  • Emacs+ is tapped (e.g. brew tap d12frosted/emacs-plus).
  • jq is available (e.g. brew install jq).

Open terminal and type the following commands (don’t forget to use correct Emacs+ version, branch and options):

$ brew uninstall emacs-plus@29
$ cd $(brew tap-info --json d12frosted/emacs-plus@29 | jq -r '.[0].path') && git switch BRANCH
$ brew install emacs-plus@29 [OPTIONS]

Reinstall

If you wish to reinstall emacs-plus with you should not use reinstall command of brew (not related to this formula, it’s a general advice). Instead, you should uninstall a package and then install it with desired options.

Avoid reinstall even if you want to reinstall with the same set of options, otherwise you will likely to get compilation errors! For example, #218 and #321.

In short, brew doesn’t really support options. They break time to time (brew#4793, brew#7397, brew#7498 to show a few).

$ brew uninstall emacs-plus
$ brew install emacs-plus [options]

Emacs 30

Included

By default emacs-plus@30 uses the following features.

  • Injected PATH value from user shell (see separate section explaining this feature).
  • Cocoa version, e.g. builds Emacs.app.
  • Unconditional support for gnutls, librsvg, webp, libxml2, little-cms2 and dynamic modules.

Options

OptionDescription
--with-ctagsdon’t remove the ctags executable that Emacs provides
--with-dbusbuild with dbus support
--with-debugbuild with debug symbols and debugger friendly optimizations
--with-mailutilsbuild with mailutils support
--with-no-frame-refocusdisables frame re-focus (ie. closing one frame does not refocus another one)
--with-x11build with x11 support
--with-xwidgetsbuild → with xwidgets support
--without-cocoabuild a non-Cocoa version of Emacs (terminal only)
--with-imagemagickbuild with imagemagick support
--with-native-compbuild with native compilation aka → gccemacs
--with-pollbuild with poll() instead of select() to enable more file descriptors

No title bar

Please note, that --with-no-titlebar is no longer needed in Emacs 30, since the same can be achieved natively using this method.

Emacs 29

Included

By default emacs-plus@29 uses the following features.

  • Injected PATH value from user shell (see separate section explaining this feature).
  • Cocoa version, e.g. builds Emacs.app.
  • Unconditional support for gnutls, librsvg, libxml2, little-cms2 and dynamic modules.

Options

OptionDescription
--with-ctagsdon’t remove the ctags executable that Emacs provides
--with-dbusbuild with dbus support
--with-debugbuild with debug symbols and debugger friendly optimizations
--with-mailutilsbuild with mailutils support
--with-no-frame-refocusdisables frame re-focus (ie. closing one frame does not refocus another one)
--with-x11build with x11 support
--with-xwidgetsbuild → with xwidgets support
--without-cocoabuild a non-Cocoa version of Emacs (terminal only)
--with-imagemagickbuild with imagemagick support
--with-native-compbuild with native compilation aka → gccemacs
--with-pollbuild with poll() instead of select() to enable more file descriptors

No title bar

Please note, that --with-no-titlebar is no longer needed in Emacs 29, since the same can be achieved natively using this method.

Emacs 28

Included

By default emacs-plus@28 uses the following features.

  • Injected PATH value from user shell (see separate section explaining this feature).
  • Cocoa version, e.g. builds Emacs.app.
  • Unconditional support for gnutls, librsvg, libxml2, little-cms2 and dynamic modules.

Options

OptionDescription
--with-ctagsdon’t remove the ctags executable that Emacs provides
--with-dbusbuild with dbus support
--with-debugbuild with debug symbols and debugger friendly optimizations
--with-mailutilsbuild with mailutils support
--with-no-frame-refocusdisables frame re-focus (ie. closing one frame does not refocus another one)
--with-no-titlebarbuild → without titlebar
--with-no-titlebar-and-round-cornersbuild → without titlebar, but round corners instead of square
--with-x11build with x11 support
--with-xwidgetsbuild → with xwidgets support
--without-cocoabuild a non-Cocoa version of Emacs (terminal only)
--with-imagemagickbuild with imagemagick support
--HEADbuild from emacs-28 branch
--with-native-compbuild with native compilation aka → gccemacs

Emacs 27

Included

By default emacs-plus@27 uses the following features.

  • Cocoa version, e.g. builds Emacs.app.
  • Unconditional support for gnutls, librsvg, libxml2, little-cms2 and dynamic modules.

Options

OptionDescription
--with-ctagsdon’t remove the ctags executable that Emacs provides
--with-dbusbuild with dbus support
--with-debugbuild with debug symbols and debugger friendly optimizations
--with-mailutilsbuild with mailutils support
--with-no-frame-refocusdisables frame re-focus (ie. closing one frame does not refocus another one)
--with-no-titlebarbuild → without titlebar
--with-x11build with x11 support
--with-xwidgetsbuild → with xwidgets support
--without-cocoabuild a non-Cocoa version of Emacs (terminal only)
--without-imagemagickbuild without imagemagick support
--HEADbuild from emacs-27 branch

Emacs 26

Emacs 26 comes without any available options due to → #195.

Features explained

Injected PATH

Ever find that a command works in your shell, but not in Emacs?

(c) @purcell

In macOS applications are started in the login environment, meaning that all user defined environment variables are not available in application process. In the most cases it’s not a big deal, but in Emacs it becomes a source of troubles as we want to use binaries from the non-standard locations (for example, those installed via package managers).

There is a wonderful solution to overcome this problem, purcell/exec-path-from-shell. As with any package that is not preinstalled with Emacs, you need to discover it first, and then install it. And while being a well known package and popular package (top 100 on MELPA), not everyone install it. In addition, with native-comp feature you might need it’s functionality before any package is bootstrapped.

All that being said, during installation Emacs+ injects value of PATH into Emacs.app/Contents/Info.plist file, making this value available whenever you start Emacs.app from Finder, Docker, Spotlight, open command in Terminal or via launchd. This solves a wide range of problems for GUI users without the need to use purcell/exec-path-from-shell, but if needed you can still fall back to this wonderful package, especially if you need other variables.

In case you have a non-trivial setup relying on specific value of PATH inherited from current terminal session, it is advised to start Emacs using /opt/homebrew/bin/emacs instead of open -n -a /path/to/Emacs.app, because open messes around with PATH value even without Emacs+ injection. You can find more information in #469.

And if for some reason PATH injection doesn’t work for you, report it either in #469 or open a new issue.

No Titlebar

square cornersround corners
/images/screenshot-no-titlebar-square-corners.png/images/screenshot-no-titlebar-round-corners.png

Emacs 28 and Emacs 27

This patch is enabled with the --with-no-titlebar option for emacs-plus@27 and emacs-plus@28. It is meant for use with window tiling applications like → yabai, → chunkwm or → amethyst so that the titlebar won’t take up screen real estate.

Use --with-no-titlebar-and-round-corners option (instead of --with-no-titlebar), if you want to keep round corners (for example, to be consistent with other macOS applications).

If you see gaps between your emacs frames and other windows, try this:

(setq frame-resize-pixelwise t)

Emacs 29 and Emacs 30

In emacs-plus@29 and emacs-plus@30 this option is not available anymore as you can achieve the same result using Emacs Lisp by adding the following line in your early-init.el file:

(add-to-list 'default-frame-alist '(undecorated . t))

Add the following line instead for round corners:

(add-to-list 'default-frame-alist '(undecorated-round . t))

Xwidgets (webkit)

Browse the web in Emacs as in modern browser.

The original → Emacs xwidgets builds and works on macOS however must be used with X11 and hence not practical option on macOS. This version enables xwidgets on native macOS Cocoa via embedding a native webkit window.

More details can be seen here → Veshboo’s emacs branch.

System appearance change

This patch is enabled by default and can’t be disabled. It adds a hook, ns-system-appearance-change-functions, that is called once the system appearance is changed. Functions added to this hook will be called with one argument, a symbol that is either light or dark. This mainly allows loading a different theme to better match the system appearance.

(defun my/apply-theme (appearance)
  "Load theme, taking current system APPEARANCE into consideration."
  (mapc #'disable-theme custom-enabled-themes)
  (pcase appearance
    ('light (load-theme 'tango t))
    ('dark (load-theme 'tango-dark t))))

(add-hook 'ns-system-appearance-change-functions #'my/apply-theme)

Note that this hook is also run once when Emacs is initialized, so simply adding the above to your init.el will allow matching the system appearance upon startup. You can also determine what the current system appearance is by inspecting the value of the ns-system-appearance variable.

The hook is NOT run in TTY Emacs sessions.

gccemacs

gccemacs is a modified Emacs capable of compiling and running Emacs Lisp as native code in form of re-loadable elf files. As the name suggests this is achieved blending together Emacs and the gcc infrastructure.

→ Andrea Corallo

While gccemacs gives performance boost in many scenarios, this feature is still experimental and might require time and effort from your side for it to work! Use at our own risk :)

Please see official → gccemacs documentation for more information.

Knows issues:

  • ld: library not found for -lSystem. This only happens on older versions of gcc installed by Homebrew. Please execute $ brew reinstall gcc libgccjit to resolve this issue.
  • Errors during compilation of your init.el. Try running Emacs with -Q option and give it some time to compile everything (maybe run M-x to force compilation) - you shall see buffer *Async-native-compile-log* in the list of buffers.

Icons

OptionAuthorImageURL
--with-EmacsIcon1-icon→ Jason Milkins/icons/preview/EmacsIcon1_128.png→ Link
--with-EmacsIcon2-icon→ Jason Milkins/icons/preview/EmacsIcon2_128.png→ Link
--with-EmacsIcon3-icon→ Jason Milkins/icons/preview/EmacsIcon3_128.png→ Link
--with-EmacsIcon4-icon→ Jason Milkins/icons/preview/EmacsIcon4_128.png→ Link
--with-EmacsIcon5-icon→ Jason Milkins/icons/preview/EmacsIcon5_128.png→ Link
--with-EmacsIcon6-icon→ Jason Milkins/icons/preview/EmacsIcon6_128.png→ Link
--with-EmacsIcon7-icon→ Jason Milkins/icons/preview/EmacsIcon7_128.png→ Link
--with-EmacsIcon8-icon→ Jason Milkins/icons/preview/EmacsIcon8_128.png→ Link
--with-EmacsIcon9-icon→ Jason Milkins/icons/preview/EmacsIcon9_128.png→ Link
--with-cacodemon-icon→ Christian Westrom/icons/preview/cacodemon_128.png→ Link
--with-dragon-icon→ Will B Chang/icons/preview/dragon_128.png→ Link
--with-elrumo1-icon→ Elias/icons/preview/elrumo1_128.png→ Link
--with-elrumo2-icon→ Elias/icons/preview/elrumo2_128.png→ Link
--with-emacs-card-blue-deep-icon→ Jason Milkins/icons/preview/emacs-card-blue-deep_128.png→ Link
--with-emacs-card-british-racing-green-icon→ Jason Milkins/icons/preview/emacs-card-british-racing-green_128.png→ Link
--with-emacs-card-carmine-icon→ Jason Milkins/icons/preview/emacs-card-carmine_128.png→ Link
--with-emacs-card-green-icon→ Jason Milkins/icons/preview/emacs-card-green_128.png→ Link
--with-gnu-head-icon→ Aurélio A. Heckert/icons/preview/gnu-head_128.png→ Link
--with-memeplex-slim-icon→ memeplex/icons/preview/memeplex-slim_128.png→ Link
--with-memeplex-wide-icon→ memeplex/icons/preview/memeplex-wide_128.png→ Link
--with-modern-alecive-flatwoken-icon→ Alessandro Roncone/icons/preview/modern-alecive-flatwoken_128.png→ Link
--with-modern-asingh4242-icon→ Asingh4242/icons/preview/modern-asingh4242_128.png→ Link
--with-modern-azhilin-iconAndrew Zhilin/icons/preview/modern-azhilin_128.png→ Link
--with-modern-bananxan-icon→ BananXan/icons/preview/modern-bananxan_128.png→ Link
--with-modern-black-dragon-icon→ Osike/icons/preview/modern-black-dragon_128.png→ Link
--with-modern-black-gnu-head-icon→ Aha-Soft/icons/preview/modern-black-gnu-head_128.png→ Link
--with-modern-black-variant-icon→ BlackVariant/icons/preview/modern-black-variant_128.png→ Link
--with-modern-bokehlicia-captiva-icon→ Bokehlicia/icons/preview/modern-bokehlicia-captiva_128.png→ Link
--with-modern-cg433n-icon→ cg433n/icons/preview/modern-cg433n_128.png→ Link
--with-modern-doom-icon→ Eccentric J/icons/preview/modern-doom_128.png→ Link
--with-modern-doom3-icon→ Eccentric J/icons/preview/modern-doom3_128.png→ Link
--with-modern-iconUnknown/icons/preview/modern_128.pngUnknown
--with-modern-mzaplotnik-icon→ Matjaz Zaplotnik/icons/preview/modern-mzaplotnik_128.png→ Link
--with-modern-nuvola-icon→ David Vignoni/icons/preview/modern-nuvola_128.png→ Link
--with-modern-orange-icon→ Omar Jair Purata Funes/icons/preview/modern-orange_128.png→ Link
--with-modern-paper-icon→ Sam Hewitt/icons/preview/modern-paper_128.png→ Link
--with-modern-papirus-icon→ Papirus Development Team/icons/preview/modern-papirus_128.png→ Link
--with-modern-pen-3d-iconUnknown/icons/preview/modern-pen-3d_128.png→ Link
--with-modern-pen-black-icon→ Cayetano Santos/icons/preview/modern-pen-black_128.png→ Link
--with-modern-pen-icon→ Kentaro Ohkouchi/icons/preview/modern-pen_128.png→ Link
--with-modern-pen-lds56-icon→ lds56/icons/preview/modern-pen-lds56_128.png→ Link
--with-modern-purple-flat-icon→ Jeremiah Foster/icons/preview/modern-purple-flat_128.png→ Link
--with-modern-sexy-v1-icon→ Emacs is Sexy/icons/preview/modern-sexy-v1_128.png→ Link
--with-modern-sexy-v2-icon→ Emacs is Sexy/icons/preview/modern-sexy-v2_128.png→ Link
--with-modern-sjrmanning-icon→ sjrmannings/icons/preview/modern-sjrmanning_128.png→ Link
--with-modern-vscode-icon→ Valentin Degenne/icons/preview/modern-vscode_128.png→ Link
--with-modern-yellow-iconUnknown/icons/preview/modern-yellow_128.png→ Link
--with-nobu417-big-sur-icon→ Nobuyuki Sato/icons/preview/nobu417-big-sur_128.png→ Link
--with-retro-emacs-logo-icon→ Luis Fernandes/icons/preview/retro-emacs-logo_128.png→ Link
--with-retro-gnu-meditate-levitate-iconNevrax Design Team/icons/preview/retro-gnu-meditate-levitate_128.png→ Link
--with-retro-sink-bw-iconUnknown/icons/preview/retro-sink-bw_128.png→ Link
--with-retro-sink-icon→ Erik Mugele/icons/preview/retro-sink_128.png→ Link
--with-savchenkovaleriy-big-sur-icon→ Valeriy Savchenko/icons/preview/savchenkovaleriy-big-sur_128.png→ Link
--with-skamacs-icon→ compufox/icons/preview/skamacs_128.png→ Link
--with-spacemacs-icon→ Nasser Alshammari/icons/preview/spacemacs_128.png→ Link
--with-savchenkovaleriy-big-sur-3d-icon→ Valeriy Savchenko/icons/preview/savchenkovaleriy-big-sur-3d_128.png→ Link
--with-savchenkovaleriy-big-sur-curvy-3d-icon→ Valeriy Savchenko/icons/preview/savchenkovaleriy-big-sur-curvy-3d_128.png→ Link

Emacs configuration

Emacs is a journey. And for some of you these projects might be inspiring.

Known Issues

Please checkout → Issues page for a list of all known issues. But here are several you should be aware of.

emacs dependency in other formulas

In some cases (like when installing cask) regular emacs package will be required. In such cases you might want to install all dependencies manually (except for emacs) and then install desired package with --ignore-dependencies option.

$ brew install cask --ignore-dependencies

FAQ

How to change/pin commit emacs-plus@30 is built from

The most current development version is consistently compiled from a specific branch. At the time of this writing, for instance, emacs-plus@30 is being built from the master branch.

Ordinarily, brew will update to the latest commit in the specified branch during installation, meaning the exact commit you’re building from varies depending on the installation timing. As development versions are less stable than official releases, some users may prefer to pin a specific commit.

Usually this is done by modifying formula (i.e. by executing brew edit emacs-plus@30 and altering the url directive), but you can also set HOMEBREW_EMACS_PLUS_30_REVISION environment variable before installing emacs-plus@30:

$ HOMEBREW_EMACS_PLUS_30_REVISION=6abea4d98d1d964c68a78cb9b5321071da851654 brew install emacs-plus@30 [OPTIONS]

Screenshots

Acknowledgements

Many thanks to all → contributors, issue reporters and bottle providers (→ Sudarshan Wadkar, → Jon Hermansen).

Special thanks to patrons supporting existence of this project: