Skip to content

Commit

Permalink
* core/core-configuration-layer.el: Fix revert-buffer on configuratio…
Browse files Browse the repository at this point in the history
…n-layer/describe-package
  • Loading branch information
sunlin7 authored and bcc32 committed Jan 28, 2025
1 parent 2aa4cc7 commit 97b45b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,9 @@ a new object."
(interactive
(list (intern
(completing-read "Package: " configuration-layer--used-packages))))
(help-setup-xref (list #'configuration-layer/describe-package
pkg-symbol layer-list pkg-list)
(called-interactively-p 'interactive))
(let* ((pkg (configuration-layer/get-package pkg-symbol))
(owners (oref pkg :owners))
(owner (car owners)))
Expand Down

0 comments on commit 97b45b1

Please sign in to comment.