hrs / dotfiles

Let's be honest: mostly Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ensure-system-package where appropriate

hrs opened this issue · comments

A number of my Emacs packages rely on system binaries. use-package includes an extension to make that dependency explicit and to install the packages using the system's package manager if they're not already available.

I'm currently installing all my system binaries in a shell script, but maybe some of 'em would be more appropriate in use-package declarations instead?

Y'know, I think I'm fine with the script for now. I might move on to a different package manager (guix?) some day Before Too Long, in which case I'd need to change this again anyway. Closing.