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:
parent
6e0a93233d
commit
a8cc68e00b
1 changed files with 6 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue