Skip to content

Instantly share code, notes, and snippets.

@jwiegley
Created April 5, 2024 17:53
Show Gist options
  • Save jwiegley/cf553f55cb17b82cdcceb8301bf9cdcb to your computer and use it in GitHub Desktop.
Save jwiegley/cf553f55cb17b82cdcceb8301bf9cdcb to your computer and use it in GitHub Desktop.
(progn
(use-package-statistics-gather :use-package 'bar nil)
(eval-after-load 'foo
'(progn
(use-package-statistics-gather :init 'bar nil)
(require 'bar nil nil)
(use-package-statistics-gather :config 'bar nil)
(use-package-statistics-gather :config 'bar t)
(use-package-statistics-gather :init 'bar t)))
(use-package-statistics-gather :use-package 'bar t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment