Skip to content

Instantly share code, notes, and snippets.

@fleutot
Last active May 4, 2020 09:39
Show Gist options
  • Select an option

  • Save fleutot/59e719367bc74fbe61d1233f14785e7c to your computer and use it in GitHub Desktop.

Select an option

Save fleutot/59e719367bc74fbe61d1233f14785e7c to your computer and use it in GitHub Desktop.
For loading emacs packages with use-package
(package-initialize)
(unless package-archive-contents
(package-refresh-contents))
(unless (package-installed-p 'use-package)
(package-install use-package))
(require 'use-package)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment