Skip to content

Commit

Permalink
fix(use-package): :pin-ref problem on Emacs28 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 14, 2023
1 parent 7f7f33d commit e37b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-use-package-pin-ref.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(require 'straight-x))

;; Allow pinning versions from `use-package' using the `:pin-ref' keyword
(with-eval-after-load 'use-package
(with-eval-after-load 'use-package-core
(add-to-list 'use-package-keywords :pin-ref)

(defun use-package-normalize/:pin-ref (name-symbol keyword args)
Expand Down

0 comments on commit e37b984

Please sign in to comment.