Jean-Philippe Bernardy
Jean-Philippe Bernardy
I'll merge a pull request. But since I do not use hlint, I don't think I should attempt to to this.
I've implemented this.
I've put more information regarding this in the doc.
Since progress on this issue seemed halted I've implemented a similar functionality in another package. https://github.com/jyp/attrap Maybe it'll be helpful.
I do believe that this was fixed some time ago, in fact. Closing for now; feel free to reopen with a specific example.
The functionality is in https://github.com/jyp/cmap, with a lot more stuff. I suggest you bind an easy to assess key such as `` to `cmap-cmap`.
The use-package documentation states: ``` Normally, use-package will load each package at compile time before compiling the configuration, to ensure that any necessary symbols are in scope to satisfy the...
Unfortunately my suggestion causes some runtime cost--- so it's not suitable. For reference, with `eval-when-compile` my init time is abound 0.35 seconds, but it goes to 0.70 seconds with `eval-and-compile`....