#+title: Reference for Emacs straight package manager #+startup: showeverything * Upgrading packages - ~straight-pull-package~ :: Pull a single package to upgrade it to the latest version. - ~straight-pull-package-and-deps~ :: Pull a package and all of its dependencies. - ~straight-pull-all~ :: Upgrade all of your active packages. - ~straight-check-package~ :: Activate the upgraded version of a package while Emacs is running. - ~straight-check-all~ :: Check packages to see if their files have changed since the last build and rebuild them if necessary. - ~straight-rebuild-all~ :: Unconditionally rebuild all packages. * Installing packages - ~straight-use-package~ :: Use interactively to list and install packages (available only to current session unless included in =init.el=).