#TIL #Emacs
The linked #EmacsSE answer provides two insights.
1."`use-package` is essentially a fancy wrapper for `require`."
2.Place cursor after the expression and call `M-x pp-macroexpand-expression` to see its expanded form.
https://emacs.stackexchange.com/a/61277/28451
#TIL #emacs #emacsse