So, I have been trying to install use-package
by(package-install 'use-package)
but I keep getting the error use-package is unavailable
. I have also tried to install other packages but they are also unavailable.
I was wondering if could go to the MELPA page, find the package(eg use-package) and download. Is there a way to configure your init.el
such that packages can be used/installed without any variation consisting of (package-install 'use-package)
?