emacs icon indicating copy to clipboard operation
emacs copied to clipboard

Nightly custom Emacs builds for macOS Nix environments

Results 8 emacs issues
Sort by recently updated
recently updated
newest added

Hi, I love this version of Emacs for MacOS - both the Yabai window patch + the support for term are lifesavers. I cannot figure out how to use the...

There hasn't been any build in a while, and one of the problems is https://github.com/cachix/install-nix-action/issues/183. I believe bumping `cachix/install-nix-actions` to v22 should fix this. Additionally I've bumped the other ones...

Thanks for this project! Fixes current build issues https://github.com/cmacrae/emacs/actions/runs/5019343020/jobs/8999719648#step:4:15 ``` Error: Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or...

This PR adds support to build for x86_64-linux in addition to existing Darwin system support. It builds cleanly and runs on a minimal NixOS 22.05 VM.

Emacs works fine but the native compilation doesn't. Each time I start it, I get this series of logs for every single `.el` in my setup: ⛔ Warning (comp): aarch64-apple-darwin-gcc-11.3.0:...

This is useful feature when using Emacs GUI, so that we don't have to use `purcell/exec-path-from-shell`. Further info could be found here https://github.com/d12frosted/homebrew-emacs-plus#injected-path

As a Nix newb, it's unclear to me how I would go about compiling Emacs package recipes from nixpkgs against an Emacs built via this flake. Would it be feasible...

Related to nix-community/emacs-overlay#244 I believe, looks like the latest nixpkgs-unstable emacs derivation sets withGTK3 to false by default, but withXwidgets requires it to be true. The error I'm getting when...