diff --git a/core/autoload/help.el b/core/autoload/help.el index 1cd8351a7..4632ddcd1 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -170,6 +170,12 @@ selection of all minor-modes, active or not." (goto-char location)) (user-error "Aborted")))) +;;;###autoload +(defun doom/homepage () + "Open the doom emacs homepage in the browser." + (interactive) + (browse-url "https://doomemacs.org")) + ;;;###autoload (defun doom/help () "Open Doom's user manual."