/home/kon5oul/.emacs.d/.local/straight/build/with-editor/with-editor.elc failed to provide feature ‘with-editor’)
Failed to load org package incrementally, because: (error Loading file /home/kon5oul/.emacs.d/.local/straight/build/with-editor/with-editor.elc failed to provide feature ‘with-editor’)
Failed to load org-agenda package incrementally, because: (error Loading file /home/kon5oul/.emacs.d/.local/straight/build/with-editor/with-editor.elc failed to provide feature ‘with-editor’)
Failed to load org-capture package incrementally, because: (error Loading file /home/kon5oul/.emacs.d/.local/straight/build/with-editor/with-editor.elc failed to provide feature ‘with-editor’)
Failed to load org package incrementally, because: (error Loading file /home/kon5oul/.emacs.d/.local/straight/build/with-editor/with-editor.elc failed to provide feature ‘with-editor’)
I get these messages on starting Emacs. I am using feature/native-comp branch of Emacs 28. And doom sync && doom build returns this.
rm -rf ~/.emacs.d/.local/straight/build*/with-editor && doom sync fixes it.
This happened to me after a fresh doom upgrade. Thank you @DoubleClick7 for posting this question and @ncihnegn for answering it.
I had to do rm -rf ~/.emacs.d/.local/straight/build-27.1/with-editor && doom sync to fix this.
Same,
rm -rf ~/.emacs.d/.local/straight/build/with-editor && doom sync fixes it.
no change
I had to do rm -rf ~/.emacs.d/.local/straight/build-27.1/with-editor && doom sync to fix this.
this worked
Most helpful comment
rm -rf ~/.emacs.d/.local/straight/build*/with-editor && doom syncfixes it.