I'm having trouble getting use-package to work on my work Mac. I just added it to my linux box at home and everything was fine, but on the mac it can't find it. I've installed use-package from Melpa, and added it to my init file with:
(require 'use-package)
I've checked in the elpa folder and it's there fine, but it won't load. Any suggestions as to how I can get this to work?