Add doom/homepage command

Not that the site exists yet, but I'm tired of having all these tidbits
of uncommitted code laying about. It'll exist eventually!
This commit is contained in:
Henrik Lissner 2019-10-20 12:16:10 -04:00
parent 6e0a93233d
commit a8cc68e00b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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