Add/Fix doom/{discourse,issue-tracker,report-bug}

Updated their URLs
This commit is contained in:
Henrik Lissner 2021-05-20 21:09:32 -04:00
parent ef7113d6c4
commit fe9d45bcf5
2 changed files with 22 additions and 15 deletions

View file

@ -328,21 +328,6 @@ Some items are not supported by the `nsm.el' module."
;;
;;; Reporting bugs
;;;###autoload
(defun doom/issue-tracker ()
"Open Doom Emacs' issue tracker on Discourse."
(interactive)
(browse-url "https://discourse.doomemacs.org/c/support"))
;;;###autoload
(defun doom/report-bug ()
"Open the browser on our Discourse.
If called when a backtrace buffer is present, it and the output of `doom-info'
will be automatically appended to the result."
(interactive)
(browse-url "https://discourse.doomemacs.org/how2report"))
;;;###autoload
(defun doom/copy-buffer-contents (buffer-name)
"Copy the contents of BUFFER-NAME to your clipboard."