Emacs personal configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
200B

  1. ;;; package --- use-package macro
  2. ;;; Commentary:
  3. ;;; Code:
  4. ;;; https://github.com/jwiegley/use-package
  5. (require-package 'use-package)
  6. (provide 'init-use-package)
  7. ;;; init-use-package.el ends here