mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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."
|
||||
|
Reference in New Issue
Block a user