mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace doom/help-package-homepage w/ straight-visit-package-website
No need to reinvent the wheel.
This commit is contained in:
@ -600,11 +600,7 @@ config blocks in your private config."
|
||||
(recenter)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/help-package-homepage (package)
|
||||
"Open PACKAGE's repo or homepage in your browser."
|
||||
(interactive (list (doom--package-list "Open package homepage: ")))
|
||||
(browse-url (doom--package-url package)))
|
||||
|
||||
(defalias 'doom/help-package-homepage #'straight-visit-package-website)
|
||||
|
||||
(defun doom--help-search-prompt (prompt)
|
||||
(let ((query (doom-thing-at-point-or-region)))
|
||||
|
Reference in New Issue
Block a user