-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump doom-emacs #316
base: master
Are you sure you want to change the base?
Bump doom-emacs #316
Conversation
e23ce24
to
1007018
Compare
ca353af
to
9468602
Compare
Well, now it is working. However anything that tries to write in the |
c7d930f
to
4386c5c
Compare
With commit 4386c5c it should be working with |
For some reason |
6cc0734
to
5b6ffca
Compare
So other |
5b6ffca
to
72899dc
Compare
I tried bumping the version and I get this now:
|
72899dc
to
6bfdab8
Compare
Rebased this branch with |
44f5b30
to
3ff9b44
Compare
wow, thank you for keeping working on this! |
Flake lock file updates: • Updated input 'doom-emacs': 'github:doomemacs/doomemacs/3853dff5e11655e858d0bfae64b70cb12ef685ac' (2022-09-06) → 'github:doomemacs/doomemacs/f5f9c7222ab266f36ee1273b386a35a880f8f299' (2023-02-24) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/c16be6de78ea878aedd0292aa5d4a1ee0a5da501' (2023-02-14) → 'github:nix-community/emacs-overlay/3f5e4c795311a0eaec5f7441f7a95ed22481354b' (2023-02-25) • Updated input 'format-all': 'github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3' (2020-02-14) → 'github:lassik/emacs-format-all-the-code/c6f33e6efb55b5e5112d3d1366fea910d3629de2' (2023-02-23) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f5dad40450d272a1ea2413f4a67ac08760649e89' (2023-02-22) → 'github:NixOS/nixpkgs/806075be2bdde71895359ed18cb530c4d323e6f6' (2023-02-24)
5d15b27
to
1223be7
Compare
Yeah:
BTW, I think all those issues are related. My impression is that for some reason the Emacs is not loading the |
Hm, looks like SPC p p is now Ctrl-c p p, maybe some things got remapped? |
I don't think it got remapped. I think the module itself is loaded, but the |
1223be7
to
dea63e1
Compare
Hm, trying to load doom-start.el manually drops the following:
|
Aaand, doom doctor whines as well:
|
https://github.com/doomemacs/doomemacs/blob/master/modules/config/default/config.el#L495-L497 |
Interesting. Do you have any idea why? Because we are basically doing the same initialization code than doomemacs. |
af7fd68
to
dea63e1
Compare
Tried your branch. PS well, by default is 28.2, I trying atm with your snippet and same version of emacs-overlay |
Well, after some testing... SPC-b-... menu is missing, some other stuff missed as well |
@thiagokokada I fix load of evil with follow patch:
But that fix symptoms, not a real problem |
@thiagokokada Thanks for you work on this! The problems that I'm running into here are very similar to the ones you report here ( But... the weird thing for me is: I'm not even using I might try getting on |
This PR is trying to bump doom-emacs to a newer commit, after the failure of PR #268 (and any subsequent PR trying to bump
doom-emacs
input).