🔗 Emacs use-package Essentials with Protesilaos Stavrou
Protesilaos Stavrou:
In this ~35-minute video I demonstrate the main features of the ‘use-package’ configuration macro that is built into Emacs 29. It is the de facto standard for setting up packages and is designed to make Emacs faster to start up and more robust overall.
The quick explanation about autoloading is nice.
After watching this video,
I started to move all my configs
within use-package
blocks.
I don’t know if it’s correct or not,
I’ve used emacs
, misc
, server
, frame
as “packages” to group settings.
Permalink: ∞