Skip to content

Instantly share code, notes, and snippets.

@jorgenschaefer
Created February 19, 2013 00:16
Show Gist options
  • Select an option

  • Save jorgenschaefer/4981947 to your computer and use it in GitHub Desktop.

Select an option

Save jorgenschaefer/4981947 to your computer and use it in GitHub Desktop.
(defadvice package-install (around ad-sheik-package-install activate)
"Run package install, but ignore errors."
(ignore-errors
ad-do-it))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment