Alexander V. Nikolaev
Alexander V. Nikolaev
@ndmitchell it works (but with some more ifdefs) tell me, if I need move function to Compat
Tried your branch. `doom run` works, but just `emacs` spawn plain emacs. Also I see a lot of process like `/nix/store/l0np48ywa601ravm8k57h97vlm12spyj-emacs-28.2/bin/emacs --batch -l /tmp/emacs-async-comp-magit-process-0GzhgT.el` right after `doom run`. Does something...
Well, after some testing... SPC-b-... menu is missing, some other stuff missed as well
@thiagokokada I fix load of evil with follow patch: ``` diff --git a/modules/config/default/+evil.el b/modules/config/default/+evil.el index a5ddc3099..35c294a76 100644 --- a/modules/config/default/+evil.el +++ b/modules/config/default/+evil.el @@ -1,4 +1,5 @@ ;;; config/default/+evil.el -*- lexical-binding: t;...
@anmonteiro main problem -- we cross-compile whole system, not just few packages