Fallback to the sample prelude-modules.el if missing

This commit is contained in:
Bozhidar Batsov 2020-10-18 11:45:13 +03:00
parent 8165d7b61a
commit 1793b8f270
2 changed files with 5 additions and 2 deletions

View file

@ -20,6 +20,7 @@
* Remove `prelude-fullscreen`, as these days people can use `toggle-frame-fullscreen` instead. (it was introduced in Emacs 24.4)
* Removed `beacon-mode`.
* Added `transient/` to `.gitignore`.
* Fallback to `sample/prelude-modules.el` in the absence of a `prelude-modules.el` in one's personal folder.
### Bugs fixed