Closed JesusTorrado closed 1 year ago
In Emacs 29.1, profiling with esup.
This does not load the package at startup, as expected:
(use-package writeroom-mode :bind ([f11] . writeroom-mode) )
But this does:
(use-package writeroom-mode :bind ("<f11>" . writeroom-mode) )
Please, tell me I am not stupid and that it is some unexpected side effect :)
Apologies. I misinterpreted ESUP output. Checking use-package-report instead clearly shows that the package was not loaded.
use-package-report
In Emacs 29.1, profiling with esup.
This does not load the package at startup, as expected:
But this does:
Please, tell me I am not stupid and that it is some unexpected side effect :)