Update sample configuration with use-package
Suggestion to solve #310 (closed).
- Add
:demand t
, to force loading of the package to occur immediately. Rationale: the sample configuration binds f5 to (modus-themes-toggle), so use-package without explicit:demand t
will not load the package until f5 is pressed and therefore things will not. - Fix the typo, replace ":no-confim" to ":no-confirm".
- Use ":ensure t" instead of ":ensure".