-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I attempted to use the Emacs AppImage ([igc version](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true), specifically) with Doom Emacs, but encountered the following error during initialization:
Warning (initialization): An error occurred while booting Doom Emacs:
File is missing: Cannot open load file, No such file or directory, tex-site
I understand that tex-site is a component of AUCTeX, which is usually bundled with Emacs. This makes the error quite puzzling. Additionally, Emacs seems unable to locate other built-in files. For instance, when I run "C-h v", it throws the error: Cannot open load file: No such file or directory, help-fns.
My Doom Emacs configuration can be found at this repository. However, the issue can also be reproduced with a vanilla Doom Emacs setup.
Launching Emacs without Doom Emacs is normal.
Do I need to bundle the entire configuration into the AppImage? I’m not very familiar with how AppImage works. Any advice would be greatly appreciated. Thanks in advance!