abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
140 stars 17 forks source link

[BUG] No more dashboard after update - me-eaf.el probably missing ? #119

Closed raylemon closed 10 months ago

raylemon commented 10 months ago

Describe the bug After upgrading Minemacs, dashboard and theme are not displayed. The buffer showns is "pscratch".

Emacs version GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-08-19 Windows version.

The bug exists too in Linux version (fresh install for testing)

Checkup list

To Reproduce Steps to reproduce the behavior:

  1. Update or Install Minemacs
  2. Waiting launch
  3. See error

Expected behavior Dashboard and theme are shown correctly.

Backtrace

⛔ Warning (initialization): An error occurred while loading ‘c:/Users/big04/.emacs.d/init.el’:

: [MinEmacs:Error] Cannot load "c:/Users/big04/.emacs.d/modules/me-eaf.el", the file doesn’t exists.

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
donneyluck commented 10 months ago

look file skel/module.el me-eaf.el move to modules/obsolete/me-eaf.el

but the dashboard can not open still

manjaro lastst emacs 29.1 minemacs lastst

abougouffa commented 10 months ago

Bonjour @raylemon

Thank you for reporting this! I didn't notice it, I've disabled dashboard in my config and forgot about it! It should be fixed now.

For the me-eaf module, as @donneyluck said, it has been moved to obsolete modules, you can still enable it by adding obsolete/me-eaf to minemacs-modules

abougouffa commented 10 months ago

@raylemon @donneyluck

Just for information, I've integrated recently CI tests of the config under Linux, MacOS and Windows. I'm trying to keep it clean and usable on these systems. Feel free to report OS specific bugs and how did you managed to solve them.