Skip to content

Instantly share code, notes, and snippets.

@dylan-sessler
Created August 25, 2022 12:13
Show Gist options
  • Save dylan-sessler/b29e8e488c01fba9783481cacfb1251a to your computer and use it in GitHub Desktop.
Save dylan-sessler/b29e8e488c01fba9783481cacfb1251a to your computer and use it in GitHub Desktop.
foo
(progn
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
(require 'use-package)
(require 'bind-key)
) ;; use-package setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment