Satisfy missing reference link
1 files changed, 3 insertions(+), 0 deletions(-) M src/article/emacs-with-package.md
M src/article/emacs-with-package.md => src/article/emacs-with-package.md +3 -0
@@ 118,6 118,9 @@ more. For a long time and until recently, my `user-init-file` was scattered with calls to `use-package` for the external packages I employed. [use-package]: https://jwiegley.github.io/use-package/ "A use-package declaration for simplifying your .emacs" I even had a little snippet near the top that would install the `use-package` package if it wasn’t present already. This practice is almost as popular as the package itself, it seems.