Closed conao3 closed 3 years ago
@conao3 can you try https://github.com/tzz/use-package/commit/adb3abba43bbf6c245b784184de26da579673e8c ?
I added a new test and modified the current custom test but it's failing. I am not sure why, the code looks good to me. Maybe @jwiegley or someone else will have an idea.
I won't have time to look this week, if anyone can chime in with some knowledge that would be great!
@conao3 I think #881 will preserve the comment by reverting to the old function call. Could you try it?
Recently,
use-package
doesn't expandcustom-set-variable
3rd argument for specified:custom
keyword.I can't find
"Increase comint buffer size."
and"Make the prompt read only."
in expanded form. It used to be output ascustom-set-variable
argument and could be seen inM-x customize
. It also seems that the default comment ofcustomized with use-package
is no longer printed. This was useful for not changing variables managed by use-package inM-x customize
.