This is a feature request to support system-packages directly from use-package. Also I welcome any comments on the code above since I just finished reading through the elisp intro.
I initially wanted to write a function use-package-ensure-system-packages. However the mapping from melpa name to name in the package manager's repository is specific to Debian. I don't even know whether other repositories have a strict naming scheme like the Debian one.
I like my elisp to come from the Debian repository and this is the minimal init.el I came up with to support this:
This is a feature request to support system-packages directly from use-package. Also I welcome any comments on the code above since I just finished reading through the elisp intro.
I initially wanted to write a function
use-package-ensure-system-packages
. However the mapping from melpa name to name in the package manager's repository is specific to Debian. I don't even know whether other repositories have a strict naming scheme like the Debian one.