Skip to content

Instantly share code, notes, and snippets.

@shosti
Created September 11, 2014 23:27
Show Gist options
  • Save shosti/4783ce8c6d0c3d43fec2 to your computer and use it in GitHub Desktop.
Save shosti/4783ce8c6d0c3d43fec2 to your computer and use it in GitHub Desktop.
(setq package-filter-function
(lambda (package version archive)
(or (not (string-equal archive "melpa"))
(memq package my-melpa-packages))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment