shaunsingh
shaunsingh
just started the build, looks like its working so far!
looks like it builds fine but I get an error while opening: ```zsh Process: Emacs [70494] Path: /Users/USER/*/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: ??? Code Type: ARM-64 (Native) Parent Process: ??? [1]...
Nothing seems to be working (with or without my config), my config works under emacs-plus fine so I think its safe to say its an issue with the application itself...
For testing, I overrode the inputs and matched them with the latest from github: https://github.com/shaunsingh/nixpkgs-s2k/blob/2b5abc67bc3bec1fa5d514c1eb53e32559bb2fb8/flake.nix#L60, same error. @AusCyberman any idea, I'm not very experienced with nix flakes
This project https://github.com/yaxitech/ragenix supports aarch64-darwin and uses naersk, so I think it should be possible
It would be nice to have this for percent's too! In emasc, checking off 1/3 is `[33%]`, 2/3 is `[66%]` etc.
Sorry for the delay My emacs config can be found here: https://github.com/shaunsingh/nix-darwin-dotfiles/tree/main/configs/doom Now I have a different issue, it uses the emacs config but errors out ```lisp [orgmode] Export error:...
Got another error: My emacs config config is under `~/.config/emacs` instead of `~/.emacs.d`, which explains it. Is it possible to support both paths?
Personally I think such settings should be handled from within neovim (via `vim.g.`), thats just what I think though. Would love to hear others' perspectives as well.
> Personally I think such settings should be handled from within neovim (via vim.g.), thats just what I think though. Would love to hear others' perspectives as well. Note that...