-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
In its current state, a fresh install of rational emacs with the example config doesn't start. Not a good first contact for new users.
Two problems:
- the
doom-snazzytheme loaded inexample-config.el rational-evil- see Wrong number of arguments error #126
Both problems are due to loading out of date releases of emacs-evil and doom-themes respectively.
Possible fixes
1. Theme
The first problem is easily fixed: e.g. by #131
2. Evil
The second problem could be fixed by
- convincing the maintainers of the respective packages to issue new versioned releases of their packages
- probably be the best solution, but it's no quick fix. I opened Release - Version bump for MELPA Stable, NonGNU ELPA emacs-evil/evil#1610 over there.
- changing the priorities of package repositories in
early-config.el:- impacts rational-emacs' general policy of handling dependencies and requires a separate discussion.
- not loading rational-evil in the example-config
- no real solution
- changing the current function calls in
rational-evilto work with the out-of-date version ofemacs-evil- requires work that no one really benefits from. It is already fixed in newer versions of
emacs-evilafter all.
- requires work that no one really benefits from. It is already fixed in newer versions of
Still, it's less than ideal when the first thing new users experience is a failing example config. Ideas?
Metadata
Metadata
Assignees
Labels
No labels